Socket
Socket
Sign inDemoInstall

yudarity

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

7

package.json
{
"name": "yudarity",
"description": "Returns function arity (number of possible arguments) supports all ES6 features including argument destructor and default.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Roee Yudilevtich (RoeeYud@gmail.com)",
"devDependencies": {},
"devDependencies": {
"jest": "^21.0.2"
},
"keywords": [

@@ -20,4 +22,3 @@ "arity"

"dependencies": {
"jest": "^21.0.2"
}
}

@@ -36,3 +36,3 @@ const arity = require('../arity');

expect(arity(testFn)).toBe(3);
})
});
});

Sorry, the diff of this file is not supported yet

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