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.0 to 0.0.1

0

index.d.ts

@@ -0,0 +0,0 @@ export declare type Tuple0 = ReadonlyArray<never>;

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@ts-common/tuple",
"version": "0.0.0",
"version": "0.0.1",
"description": "Tuples",

@@ -8,4 +8,4 @@ "main": "index.js",

"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "tsc"
"test": "tsc",
"prepack": "npm install && tsc"
},

@@ -26,4 +26,4 @@ "repository": {

"devDependencies": {
"typescript": "^2.9.2"
"typescript": "^3.1.3"
}
}

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

# tuple
# Tuple
Tuples

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