Comparing version 0.1.0 to 3.0.0-pre.1
{ | ||
"name": "can-ejs", | ||
"version": "0.1.0", | ||
"version": "3.0.0-pre.1", | ||
"description": "legacy EJS layer for canjs", | ||
@@ -15,5 +15,6 @@ "homepage": "https://canjs.com/2.3/docs/can.ejs.html", | ||
"postversion": "git push --tags && git checkout master && git branch -D release && git push", | ||
"testee": "testee src/test/test.html --browsers firefox", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"jshint": "jshint src/. --config", | ||
"jshint": "jshint can-ejs.js --config", | ||
"release:pre": "npm version pre && npm publish", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -43,5 +44,2 @@ "release:minor": "npm version minor && npm publish", | ||
"main": "can-ejs", | ||
"directories": { | ||
"lib": "src" | ||
}, | ||
"ext": { | ||
@@ -63,17 +61,20 @@ "ejs": "src/system" | ||
"dependencies": { | ||
"can": "canjs/canjs#major", | ||
"can-legacy-view-helpers": "^0.1.0", | ||
"jquery": "~2.2.1" | ||
"can-compute": "^3.0.0-pre.19", | ||
"can-legacy-view-helpers": "^0.5.0", | ||
"can-observation": "^3.0.0-pre.15", | ||
"can-util": "^3.0.0-pre.70" | ||
}, | ||
"devDependencies": { | ||
"can-list": "^3.0.0-pre.9", | ||
"can-map": "^3.0.0-pre.14", | ||
"cssify": "^0.6.0", | ||
"documentjs": "^0.4.2", | ||
"donejs-cli": "^0.7.0", | ||
"generator-donejs": "^0.7.0", | ||
"jshint": "^2.9.1", | ||
"cssify": "^0.6.0", | ||
"steal": "^0.14.0", | ||
"steal-qunit": "^0.1.1", | ||
"steal-tools": "^0.14.1", | ||
"testee": "^0.2.4", | ||
"generator-donejs": "^0.7.0", | ||
"donejs-cli": "^0.7.0" | ||
"steal": "^0.16.0", | ||
"steal-qunit": "^0.1.4", | ||
"steal-tools": "^0.16.1", | ||
"testee": "^0.2.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
87275
4
11
37
1612
2
+ Addedcan-compute@^3.0.0-pre.19
+ Addedcan-util@^3.0.0-pre.70
+ Addedcan-ajax@1.4.1(transitive)
+ Addedcan-assign@1.3.3(transitive)
+ Addedcan-attribute-encoder@0.3.5(transitive)
+ Addedcan-cid@1.3.1(transitive)
+ Addedcan-compute@3.3.10(transitive)
+ Addedcan-deparam@1.2.3(transitive)
+ Addedcan-dom-data-state@0.2.0(transitive)
+ Addedcan-dom-events@1.3.13(transitive)
+ Addedcan-event@3.7.7(transitive)
+ Addedcan-event-dom-enter@1.0.4(transitive)
+ Addedcan-event-dom-radiochange@1.0.5(transitive)
+ Addedcan-globals@1.2.2(transitive)
+ Addedcan-key-tree@1.2.2(transitive)
+ Addedcan-legacy-view-helpers@0.5.0(transitive)
+ Addedcan-log@1.0.2(transitive)
+ Addedcan-namespace@1.0.0(transitive)
+ Addedcan-observation@3.3.6(transitive)
+ Addedcan-param@1.2.0(transitive)
+ Addedcan-parse-uri@1.2.2(transitive)
+ Addedcan-reflect@1.19.2(transitive)
+ Addedcan-reflect-promise@1.1.5(transitive)
+ Addedcan-stache-key@0.1.4(transitive)
+ Addedcan-symbol@1.7.0(transitive)
+ Addedcan-types@1.4.0(transitive)
+ Addedcan-util@3.14.0(transitive)
+ Addedcan-view-callbacks@3.2.5(transitive)
+ Addedcan-view-live@3.2.6(transitive)
+ Addedcan-view-nodelist@3.1.1(transitive)
+ Addedcan-view-parser@3.8.3(transitive)
+ Addedcan-view-target@3.1.6(transitive)
- Removedcan@canjs/canjs#major
- Removedjquery@~2.2.1
- Removedcan-legacy-view-helpers@0.1.0(transitive)
- Removedjquery@2.2.4(transitive)