@ts-common/tuple
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22367
8
156
5
1