Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-ejs

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-ejs - npm Package Compare versions

Comparing version 0.1.0 to 3.0.0-pre.1

can-ejs.js

33

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc