Socket
Socket
Sign inDemoInstall

justypes

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

lib/arrayable.d.ts

1

lib/index.d.ts

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

export * from './arrayable';
export * from './cons';

@@ -2,0 +3,0 @@ export * from './constructor';

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./arrayable"), exports);
__exportStar(require("./cons"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./constructor"), exports);

24

package.json
{
"name": "justypes",
"version": "0.1.5",
"version": "0.1.6",
"description": "Dumb types for TypeScript in the real world",

@@ -37,20 +37,20 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"husky": "^4.3.8",
"jest": "^27.0.6",
"jest": "^27.2.4",
"jest-extended": "^0.11.5",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"standard-version": "^9.3.0",
"ts-jest": "^27.0.3",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.5",
"tscpaths": "^0.0.9",
"tsd": "^0.17.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.3.1",
"typescript": "^4.4.3"
}
}

@@ -20,2 +20,3 @@ # justypes

- Arrayable
- Cons

@@ -22,0 +23,0 @@ - Constructor

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc