Comparing version 1.2.0 to 1.3.0-pre.0
{ | ||
"name": "can-set", | ||
"version": "1.2.0", | ||
"version": "1.3.0-pre.0", | ||
"description": "Set logic for CanJS", | ||
@@ -9,4 +9,4 @@ "main": "src/set.js", | ||
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/", | ||
"postversion": "git push --tags && git checkout master && git branch -D release && git push", | ||
"release:pre": "npm version prerelease && npm publish", | ||
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push", | ||
"release:pre": "npm version prerelease && npm publish --tag=pre", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -48,3 +48,3 @@ "release:minor": "npm version minor && npm publish", | ||
"can-namespace": "^1.0.0", | ||
"can-util": "^3.0.1" | ||
"can-util": "^3.9.0-pre.4" | ||
}, | ||
@@ -51,0 +51,0 @@ "bit-docs": { |
@@ -448,3 +448,3 @@ var h = require("./helpers"); | ||
/** | ||
* @function can-set.Algebra.prototype.intersection intersection | ||
* @function can-set.Algebra.prototype.count count | ||
* @parent can-set.Algebra.prototype | ||
@@ -451,0 +451,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
145257
0
1
Updatedcan-util@^3.9.0-pre.4