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.1 to 2.0.0-alpha.2

dist/common/Normalize.d.ts

1

dist/common/index.d.ts
export * from './Mutable';
export * from './Normalize';

@@ -5,2 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./Mutable"), exports);
tslib_1.__exportStar(require("./Normalize"), exports);
//# sourceMappingURL=index.js.map

@@ -8,1 +8,5 @@ export * from './ExcludeKeys';

export * from './Merge';
export * from './PartialKeys';
export * from './PartialValues';
export * from './RequiredKeys';
export * from './RequiredValues';

@@ -11,2 +11,6 @@ "use strict";

tslib_1.__exportStar(require("./Merge"), exports);
tslib_1.__exportStar(require("./PartialKeys"), exports);
tslib_1.__exportStar(require("./PartialValues"), exports);
tslib_1.__exportStar(require("./RequiredKeys"), exports);
tslib_1.__exportStar(require("./RequiredValues"), exports);
//# sourceMappingURL=index.js.map

2

dist/tuple/Tail.d.ts

@@ -1,1 +0,1 @@

export type Tail<T extends any[]> = T extends [infer _, ...infer X] ? X : [];
export type Tail<T extends any[]> = ((...args: T) => any) extends ((arg: any, ...rest: infer Rest) => any) ? Rest : [];

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

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

@@ -23,3 +23,3 @@ "homepage": "https://github.com/webNeat/just-types#just-types",

"./tuple": "./dist/tuple/index.js"
},
},
"engines": {

@@ -34,12 +34,14 @@ "node": ">=16"

},
"dependencies": {
"tslib": "^2.5.0",
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"expect-type": "^0.15.0",
"fs-extra": "^11.1.1",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3"
"ts-node": "^10.9.1"
}
}

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

[![Version](https://img.shields.io/npm/v/just-types?style=flat-square)](https://www.npmjs.com/package/just-types)
[![Tests Status](https://img.shields.io/github/workflow/status/webneat/just-types/Tests?style=flat-square)](https://github.com/webneat/just-types/actions?query=workflow:"Tests")
[![Tests Status](https://img.shields.io/github/actions/workflow/status/webneat/just-types/tests.yml?branch=main&style=flat-square)](https://github.com/webneat/just-types/actions?query=workflow:"Tests")
[![MIT](https://img.shields.io/npm/l/just-types?style=flat-square)](LICENSE)

@@ -36,2 +36,3 @@

- [Mutable](https://github.com/webNeat/just-types/blob/main/docs/common.md#mutable)
- [Normalize](https://github.com/webNeat/just-types/blob/main/docs/common.md#normalize)

@@ -51,2 +52,6 @@ - [number](https://github.com/webNeat/just-types/blob/main/docs/number.md)

- [Merge](https://github.com/webNeat/just-types/blob/main/docs/object.md#merge)
- [PartialKeys](https://github.com/webNeat/just-types/blob/main/docs/object.md#partialkeys)
- [PartialValues](https://github.com/webNeat/just-types/blob/main/docs/object.md#partialvalues)
- [RequiredKeys](https://github.com/webNeat/just-types/blob/main/docs/object.md#requiredkeys)
- [RequiredValues](https://github.com/webNeat/just-types/blob/main/docs/object.md#requiredvalues)

@@ -53,0 +58,0 @@ - [string](https://github.com/webNeat/just-types/blob/main/docs/string.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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