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

subtender

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subtender - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

15

package.json
{
"name": "subtender",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javran's utility functions",

@@ -9,4 +9,6 @@ "main": "index.js",

"test": "mocha --compilers js:babel-core/register --recursive",
"lint": "eslint 'src/**' test/**",
"clear-dist": "rm -rf dist/"
"lint": "eslint 'src/**' 'test/**'",
"clear-dist": "rm -rf dist/",
"check": "npm test && npm run lint",
"check-and-publish": "stack ./scripts/publish.hs"
},

@@ -37,7 +39,6 @@ "repository": {

"eslint-plugin-react": "^7.1.0",
"mocha": "^3.4.2"
"mocha": "^3.4.2",
"lodash": "^4.17.4"
},
"dependencies": {
"lodash": "^4.17.4"
}
"dependencies": {}
}
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