just icon indicating copy to clipboard operation
just copied to clipboard

A library of dependency-free JavaScript utilities that do just one thing.

Results 60 just issues
Sort by recently updated
recently updated
newest added

Add `"types": "./index.d.ts"` to every package.json `exports` dot property See https://github.com/angus-c/just/pull/429#issuecomment-1097174234 Existing issue: https://github.com/angus-c/just/issues/428

pending

- Updated all package jsons to match recommendations [here](https://www.typescriptlang.org/docs/handbook/esm-node.html) - .js -> .cjs to ensure .js files are read as CommonJS, with package type set to module

pending

When I delete an item, it returns undefined and when I use diffApply with undefined value, I get the following error. ![diffApply](https://user-images.githubusercontent.com/64639961/181877229-824c0dfa-bfa5-4c56-a70a-468c055959c1.PNG)

hasPR

https://github.com/angus-c/just/issues/477

changes requested

An idea for a new package: An "upsert" function for arrays. This would be based on the "upsert" operation commonly used in databases, which is a combination of "update" and...

hasPR

Some package's purposes are now solved by the standard javascript libraries and supported by all modern browsers. Examples include: just-entries (replaced by [Object.entries](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries)) just-values (replaced by [Object.values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values)) just-left-pad (replaced by...

pending

- **Flow:** A left-to-right version of `compose` - **Pipe:** A version of `flow`, except instead of returning a new function, the first parameter is passed through the composed function and...

enhancement

Greetings.. is there a just equivalent to the lodash method mergeWith? https://lodash.com/docs/4.17.15#mergeWith Curious if I was overlooking it but I don't think there is?

New module request

Hey mates, making a module proposal. ref: https://www.npmjs.com/package/array-move https://stackoverflow.com/questions/5306680/move-an-array-element-from-one-array-position-to-another

New module request

This lets the function pass through more specific type information ✔️ Updated tests and `yarn test-types` passes

pending