New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

just-types

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-types - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

8

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"repository": "webNeat/just-types",

@@ -33,8 +33,10 @@ "homepage": "https://github.com/webNeat/just-types#just-types",

},
"dependencies": {
"peerDependencies": {
"tslib": "^2.5.0",
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
},
"devDependencies": {
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"@types/node": "^18.15.11",
"@types/fs-extra": "^11.0.1",

@@ -41,0 +43,0 @@ "expect-type": "^0.15.0",

@@ -109,3 +109,3 @@ # Just types

- **Suggesting new types**: If you have a common use case that you think worth having its own custom type, open an issue and we will discuss it. Do you already have an implementation for it? great, make a pull request and I will review it. Please make sure your code is consistent with the rest of the codebase and use [Prettier](https://prettier.io/) and [EditorConfig](https://editorconfig.org/) to format your files.
- **Suggesting new types**: If you have a common use case that you think worth having its own custom type, open an issue and we will discuss it. Do you already have an implementation for it? great, make a pull request and I will review it.

@@ -116,2 +116,17 @@ Those are just examples, any issue or pull request is welcome :)

**2.0.0-alpha.2 (April 13th 2023)**
- Add types:
- In `common` module: `Normalize`
- In `object` module: `PartialKeys`, `PartialValues`, `RequiredKeys` and `RequiredValues`
**2.0.0-alpha.1 (April 11th 2023)**
- Full rewrite of the library.
- Rewrite some types to use less recursion and be more efficient.
- Separate types into modules: `tuple`, `string`, `object`, ...
- Generate docs directly from source code.
- Drop Parcel and use `tsc` instead.
- Rename some types for better naming convention `FilterOut => tuple.Exclude`, `FilterProps => object.ExtractValues`, `FilterPropsOut => object.ExcludeValues`, ...
**1.6.0 (Sptember 24th 2022)**

@@ -118,0 +133,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc