can-stache-key
Advanced tools
Comparing version 1.0.0-pre.16 to 1.0.0-pre.17
@@ -133,5 +133,8 @@ var observeReader = require("can-stache-key"); | ||
var context = " hi there "; | ||
var result = observeReader.read(context,observeReader.reads("trim"),{}); | ||
QUnit.ok(result, context.trim); | ||
QUnit.equal( | ||
result.value(context), | ||
context.trim(context), | ||
'trim method works' | ||
); | ||
}); | ||
@@ -258,3 +261,3 @@ | ||
QUnit.ok(teardown(), 1, "warning displayed"); | ||
QUnit.equal(teardown(), 1, "warning displayed"); | ||
}); |
{ | ||
"name": "can-stache-key", | ||
"version": "1.0.0-pre.16", | ||
"version": "1.0.0-pre.17", | ||
"description": "Read and write keys on a value", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com", |
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
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
25641
543
13
1