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

function-overloader

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

function-overloader - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

4

package.json
{
"name": "function-overloader",
"version": "1.11.1",
"version": "1.11.2",
"description": "improve overloading functions and methods in js",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"coverage": "istanbul cover -x 'src/**/*.spec.js' ./node_modules/.bin/_mocha -- --require source-map-support --require babel-register --require babel-polyfill --require init.mocha.js --check-leaks --timeout 3000 'src/**/*.spec.js' && open coverage/lcov-report/index.html",
"complexity": "plato -r --eslint .eslintrc -d report src && open report/index.html",
"complexity": "plato -r --eslint .eslintrc --exclude .spec.js -d report src && open report/index.html",
"linter": "eslint src",

@@ -14,0 +14,0 @@ "precommit": "lint-staged && npm run build && git add dist/ && npm run linter && npm test",

Sorry, the diff of this file is not supported yet

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