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 2.0.1 to 2.1.0

lib/typed-array.d.ts

1

lib/index.d.ts

@@ -18,1 +18,2 @@ export * from './arrayable';

export * from './unpacked-promise';
export * from './typed-array';

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

__exportStar(require("./unpacked-promise"), exports);
__exportStar(require("./typed-array"), exports);
//# sourceMappingURL=index.js.map

20

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

@@ -38,9 +38,9 @@ "keywords": [

"devDependencies": {
"@blackglory/pass": "^1.0.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@blackglory/pass": "^1.0.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"husky": "^4.3.8",

@@ -51,9 +51,9 @@ "jest": "^27.5.1",

"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"standard-version": "^9.5.0",
"ts-jest": "^27.1.3",
"tscpaths": "^0.0.9",
"tsd": "^0.19.1",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}

@@ -33,1 +33,5 @@ # justypes

- UnpackedPromise
- TypedArrayConstructor
- TypedArray
- TypedArrayOfConstructor
- ConstructorOfTypedArray

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