task-serializer
Advanced tools
Comparing version 2.1.0 to 2.1.2
{ | ||
"name": "task-serializer", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "Serialize tasks/promises for integrated control. Option for limiting number of concurrent tasks.", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/*.js","dist/*.d.ts", | ||
"dist/*.js", | ||
"dist/*.d.ts", | ||
"tests-js/demo-*.js", | ||
@@ -18,3 +19,3 @@ "scripts-ts/post-install-demo.js", | ||
"scripts/post-install-demo.sh", | ||
"scripts/post-install-demo-jsonly.sh" | ||
"scripts/post-install-demo-jsonly.sh" | ||
], | ||
@@ -24,3 +25,2 @@ "scripts": { | ||
"pre-publish": "node scripts-ts/pre-publish-test.js ./tests-js ./examples-js ./tests-ts ./examples-ts", | ||
"build-dist": "tsc", | ||
@@ -45,2 +45,3 @@ "build-tests": "tsc -p tsconfig.tests.json", | ||
"license": "ISC", | ||
"repository": "github:craigphicks/task-serializer", | ||
"devDependencies": { | ||
@@ -47,0 +48,0 @@ "@tsconfig/node10": "^1.0.7", |
copyright 2020 craigphicks ISC license | ||
task-serializer v2.1.* | ||
TaskSerializer | ||
@@ -6,0 +4,0 @@ --- |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
70950
1
567