Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

101

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

101 - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.npmignore

36

package.json
{
"name": "101",
"version": "0.0.0",
"description": "common utils that can be required selectively",
"version": "0.1.0",
"description": "common javascript utils that can be required selectively that assume es5+",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "lab -c test",
"test-watch": "nodemon --exec lab -c test"
},
"repository": {
"type": "git",
"url": "https://github.com/tjmehta/101"
},
"keywords": [
"utils",
"js",
"helpers",
"functional",
"pick",
"pluck",
"map",
"array",
"object",
"string",
"exists",
"map",
"pluck",
"pick",
"difference",
"find",
"util",
"helpers"
"string"
],
"author": "Tejesh Mehta",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/tjmehta/101/issues"
},
"homepage": "https://github.com/tjmehta/101",
"devDependencies": {
"lab": "~3.0.1"
}
}
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