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

can-construct-super

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-construct-super - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

3

can-construct-super.md
@module can-construct-super
@parent can-ecosystem
@parent can-typed-data
@collection can-ecosystem
@plugin can-construct-super

@@ -4,0 +5,0 @@ @package ./package.json

{
"name": "can-construct-super",
"version": "3.1.2",
"version": "3.1.3",
"description": "Provides a reference to the prototypal parent using this._super in can-construct objects",

@@ -11,3 +11,3 @@ "main": "can-construct-super",

"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 --config",

@@ -19,3 +19,4 @@ "release:pre": "npm version prerelease && npm publish --tag=pre",

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

@@ -42,2 +43,3 @@ "keywords": [

"bit-docs": "0.0.7",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.3",

@@ -44,0 +46,0 @@ "steal": "^1.2.8",

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