Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-type

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

1

index.d.ts

@@ -6,2 +6,3 @@ import { ITSTypeBuildIn } from './build-in';

export * from './generic';
export * from 'typedarray-dts';
export declare type ITSUnpackedReturnType<T extends (...args: any[]) => any> = ITSUnpacked<ReturnType<T>>;

@@ -8,0 +9,0 @@ /**

13

package.json
{
"name": "ts-type",
"version": "1.1.1",
"version": "1.1.2",
"description": "add some typescript type and re-export some build-in typescript type",

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

"peerDependencies": {
"@types/node": "*",
"@types/bluebird": "*"
"@types/bluebird": "*",
"@types/node": "*"
},
"devDependencies": {
"@types/node": "*",
"@types/bluebird": "*"
"@types/bluebird": "*",
"@types/node": "*"
},
"dependencies": {
"typedarray-dts": "^1.0.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