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
6
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

to
3.1.2

CONTRIBUTING.md

23

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

@@ -18,3 +18,2 @@ "main": "can-construct-super",

"build": "node build.js",
"document": "bit-docs",
"develop": "done-serve --static --develop --port 8080"

@@ -37,4 +36,4 @@ },

"dependencies": {
"can-construct": "^3.2.0-pre.0",
"can-util": "^3.9.0-pre.4"
"can-construct": "^3.2.0",
"can-util": "^3.9.0"
},

@@ -58,19 +57,3 @@ "devDependencies": {

]
},
"bit-docs": {
"dependencies": {
"bit-docs-glob-finder": "^0.0.5",
"bit-docs-dev": "^0.0.3",
"bit-docs-js": "^0.0.3",
"bit-docs-generate-readme": "^0.0.8"
},
"glob": {
"pattern": "can-construct-super.md",
"ignore": "node_modules/**/*"
},
"readme": {
"apis": "./docs/apis.json"
},
"parent": "can-stache-bindings"
}
}