Socket
Socket
Sign inDemoInstall

newify

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

Makefile

10

package.json
{
"name": "newify",
"version": "1.0.0",
"version": "1.1.0",
"description": "Call function constructors with an array of arguments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test",
"test-w": "make test-w",
"test-debug": "mocha --debug-brk"
},

@@ -26,3 +28,7 @@ "keywords": [

"url": "https://github.com/radubrehar/newify/issues"
},
"devDependencies": {
"should": "~4.0.4",
"mocha": "~1.20.1"
}
}

@@ -41,2 +41,8 @@ # Purpose

var s = require('newify')(Student, arr)
```
# Run tests
```
make test
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc