🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

can-type

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-type - npm Package Compare versions

Comparing version

to
0.1.3

dist/amd/can-type.js

4

can-type.js

@@ -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 @@ },