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

@ts-common/tuple

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/tuple - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/index.d.ts

18

package.json
{
"name": "@ts-common/tuple",
"version": "0.0.5",
"version": "0.0.6",
"description": "Tuples",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"tsc": "tsc",
"test": "tsc",
"test": "tsc && mocha ./dist/test.js",
"prepack": "npm install && tsc"

@@ -21,8 +21,16 @@ },

"files": [
"index.d.ts"
"dist/index.d.ts",
"dist/index.js",
"dist/index.js.map",
"dist/index.d.ts.map",
"src/index.ts"
],
"homepage": "https://github.com/ts-common/tuple#readme",
"devDependencies": {
"typescript": "^3.2.1"
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.21",
"mocha": "^5.2.0",
"tslib": "^1.9.3",
"typescript": "~3.2.4"
}
}
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