Comparing version 0.1.1 to 0.1.3
@@ -97,4 +97,4 @@ var canReflect = require("can-reflect"); | ||
var Any = canReflect.assignSymbols({}, { | ||
"can.new": function(val) { val; }, | ||
"can.isMember": function() { return true } | ||
"can.new": function(val) { return val; }, | ||
"can.isMember": function() { return true; } | ||
}); | ||
@@ -101,0 +101,0 @@ |
{ | ||
"name": "can-type", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"description": "Type definitions", | ||
@@ -16,3 +16,3 @@ "homepage": "https://github.com/canjs/can-type", | ||
"scripts": { | ||
"preversion": "npm test && npm run build", | ||
"preversion": "npm test", | ||
"version": "git commit -am \"Update version number\"", | ||
@@ -26,3 +26,2 @@ "postpublish": "git push --tags && git push", | ||
"release:major": "npm version major && npm publish", | ||
"build": "node build.js", | ||
"develop": "done-serve --static --develop --port 8080" | ||
@@ -29,0 +28,0 @@ }, |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
28099
16
707
2