New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-symbol

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-symbol - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

.npmignore

3

can-symbol.js

@@ -82,4 +82,5 @@ var namespace = require("can-namespace");

"size",
"getName",
// shap manipulation
// shape manipulation
"assignDeep",

@@ -86,0 +87,0 @@ "updateDeep",

{
"name": "can-symbol",
"version": "1.2.0",
"version": "1.3.0",
"description": "Well known symbols used to detail how to operate on different objects",

@@ -19,3 +19,3 @@ "homepage": "http://canjs.com",

"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",

@@ -26,3 +26,4 @@ "release:patch": "npm version patch && npm publish",

"release:pre": "npm version prerelease && npm publish --tag=pre",
"develop": "done-serve --static --develop --port 8080"
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},

@@ -48,2 +49,6 @@ "main": "can-symbol",

"bit-docs": "0.0.7",
"detect-cyclic-packages": "^1.1.0",
"done-serve": "^1.0.0-alpha.0",
"donejs-cli": "^1.0.0-alpha.2",
"generator-donejs": "^1.0.0-alpha.0",
"jshint": "^2.9.1",

@@ -53,6 +58,3 @@ "steal": "^1.0.5",

"steal-tools": "^1.0.1",
"testee": "^0.3.0",
"generator-donejs": "^1.0.0-alpha.0",
"donejs-cli": "^1.0.0-alpha.2",
"done-serve": "^1.0.0-alpha.0"
"testee": "^0.3.0"
},

@@ -59,0 +61,0 @@ "dependencies": {

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