p-transform
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "p-transform", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"bugs": "https://github.com/mshima/p-transform/issues", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"scripts": { | ||
"doc": "jsdoc2md src/index.js", | ||
"doc": "jsdoc2md src/index.ts", | ||
"fix": "prettier --write . && xo --fix", | ||
@@ -32,4 +32,3 @@ "pretest": "prettier --check . && xo", | ||
"debug": "^4.3.4", | ||
"p-queue": "^7.3.0", | ||
"prettier-plugin-packagejson": "^2.3.0" | ||
"p-queue": "^7.3.0" | ||
}, | ||
@@ -42,2 +41,3 @@ "devDependencies": { | ||
"prettier": "^2.8.0", | ||
"prettier-plugin-packagejson": "^2.3.0", | ||
"sinon": "^15.0.0", | ||
@@ -44,0 +44,0 @@ "typescript": "^4.9.3", |
@@ -13,3 +13,3 @@ # p-transform | ||
``` | ||
const { PTransform, transform, pipeline } = require('p-transform'); | ||
import PTransform, { transform, pipeline } from 'p-transform'; | ||
@@ -16,0 +16,0 @@ await pipeline( |
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
4
0
22904
9
- Removedprettier-plugin-packagejson@^2.3.0
- Removed@pkgr/core@0.1.1(transitive)
- Removeddetect-indent@7.0.1(transitive)
- Removeddetect-newline@4.0.1(transitive)
- Removedfdir@6.4.2(transitive)
- Removedget-stdin@9.0.0(transitive)
- Removedgit-hooks-list@3.1.0(transitive)
- Removedis-plain-obj@4.1.0(transitive)
- Removedpicomatch@4.0.2(transitive)
- Removedprettier-plugin-packagejson@2.5.6(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsort-object-keys@1.1.3(transitive)
- Removedsort-package-json@2.12.0(transitive)
- Removedsynckit@0.9.2(transitive)
- Removedtinyglobby@0.2.10(transitive)
- Removedtslib@2.8.1(transitive)