New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-ejs

Package Overview
Dependencies
Maintainers
8
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 3.1.6 to 3.1.7

2

can-ejs.js

@@ -11,3 +11,3 @@ // # can/view/ejs/ejs.js

var observationReader = require("can-stache-key");
var DOCUMENT = require('can-util/dom/document/document');
var DOCUMENT = require('can-globals/document/document');

@@ -14,0 +14,0 @@ var templateId = 0;

@module {function} can-ejs
@parent can-legacy
@parent can-views
@collection can-legacy
@package ../package.json

@@ -4,0 +5,0 @@ @group can-ejs/tags 0 tags

@function can-ejs/tags.templated <%% CODE %>
@parent can-ejs/tags.tags 3
@parent can-ejs/tags 3

@@ -4,0 +4,0 @@ @signature `<%% CODE %>`

{
"name": "can-ejs",
"version": "3.1.6",
"version": "3.1.7",
"description": "legacy EJS layer for canjs",

@@ -16,3 +16,3 @@ "homepage": "https://canjs.com/2.3/docs/can.ejs.html",

"testee": "testee test/test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint can-ejs.js --config",

@@ -24,3 +24,4 @@ "release:pre": "npm version pre && npm publish --tag=pre",

"build": "node build.js",
"develop": "can-serve --static --develop --port 8080"
"develop": "can-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},

@@ -53,2 +54,3 @@ "main": "can-ejs",

"can-compute": "^3.3.0",
"can-globals": "^0.2.3",
"can-legacy-view-helpers": "^0.6.0",

@@ -64,2 +66,3 @@ "can-namespace": "^1.0.0",

"can-map": "^3.1.0",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",

@@ -66,0 +69,0 @@ "steal": "^1.5.13",

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