Comparing version 3.1.6 to 3.1.7
@@ -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", |
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
78610
8
8
1
+ Addedcan-globals@^0.2.3
+ Addedcan-globals@0.2.6(transitive)