New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.1.1 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 @@ },

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