@ts-common/iterator
Advanced tools
Comparing version 0.0.38 to 0.0.39
{ | ||
"name": "@ts-common/iterator", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "Iterator library for JavaScript and TypeScript", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"nyc": { | ||
@@ -10,2 +11,5 @@ "reporter": [ | ||
"text" | ||
], | ||
"include": [ | ||
"dist/*.js" | ||
] | ||
@@ -17,3 +21,3 @@ }, | ||
"prepack": "npm install && tsc", | ||
"test": "tsc && npm run tslint && nyc mocha" | ||
"test": "tsc && npm run tslint && nyc mocha ./dist/test/*.js" | ||
}, | ||
@@ -28,7 +32,7 @@ "repository": { | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js.map", | ||
"index.ts" | ||
"dist/index.js", | ||
"dist/index.d.ts", | ||
"dist/index.d.ts.map", | ||
"dist/index.js.map", | ||
"src/index.ts" | ||
], | ||
@@ -46,6 +50,6 @@ "author": "Sergey Shandar", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.1", | ||
"nyc": "^13.1.0", | ||
"tslint": "^5.11.0", | ||
"tslint-immutable": "^4.8.0", | ||
"typescript": "^3.1.1" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -52,0 +56,0 @@ "dependencies": { |
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
40722
1