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

can-element

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-element - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

10

package.json
{
"name": "can-element",
"version": "0.2.1",
"version": "0.2.2",
"main": "can-element.js",

@@ -25,3 +25,3 @@ "description": "Create custom elements with CanJS",

"testee": "testee test/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 ./test/ --config",

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

"build": "node build.js",
"develop": "done-serve --static --develop --port 8080"
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},

@@ -43,3 +44,3 @@ "keywords": [

"can-view-nodelist": "^3.0.4",
"can-view-scope": "^3.1.2"
"can-view-scope": "^3.3.6"
},

@@ -54,2 +55,3 @@ "devDependencies": {

"cloudydom": "1.0.6",
"detect-cyclic-packages": "^1.1.0",
"documentjs": "^0.4.4",

@@ -56,0 +58,0 @@ "done-serve": "^1.0.0-alpha.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