@unction/attach
Advanced tools
Comparing version 3.1.0 to 3.3.0
{ | ||
"name": "@unction/attach", | ||
"version": "3.1.0", | ||
"version": "3.3.0", | ||
"description": "A polymorphic way to attach a value to the key on a keyed iterable", | ||
@@ -30,8 +30,7 @@ "keywords": [ | ||
"prepublishOnly": "npm run build", | ||
"prepare": "flow-typed install", | ||
"test": "NODE_ENV=test tap --100 './test.js'", | ||
"build": "babel './index.js' -d './transpiled/'", | ||
"lint": "eslint './index.js'", | ||
"check": "flow check", | ||
"ci": "npm run build && npm run lint && npm run check && npm run test", | ||
"check": "flow-typed install && flow check", | ||
"ci": "npm run build && npm run test && npm run lint && npm run check", | ||
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'" | ||
@@ -62,4 +61,7 @@ }, | ||
"dependencies": { | ||
"@unction/type": "2.0.0" | ||
} | ||
"@unction/type": "2.1.0" | ||
}, | ||
"files": [ | ||
"transpiled/index.js" | ||
] | ||
} |
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
5637
4
40
1
+ Added@unction/type@2.1.0(transitive)
- Removed@unction/type@2.0.0(transitive)
Updated@unction/type@2.1.0