Socket
Socket
Sign inDemoInstall

bind-decorator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bind-decorator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

index.js

@@ -18,2 +18,1 @@ "use strict";

exports.default = bind;
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "bind-decorator",
"version": "1.0.5",
"version": "1.0.6",
"description": "The fastest automatic method.bind(this) decorator",

@@ -9,3 +9,3 @@ "main": "index.js",

"test": "tsc && jest --verbose",
"jest-cov": "jest --verbose --coverage --collectCoverageFrom src/index.js",
"jest-cov": "tsc --sourceMap -p . && jest --verbose --coverage --collectCoverageFrom src/index.js",
"map-cov": "remap-istanbul -i ./coverage/coverage-final.json -t lcovonly -o ./lcov.info",

@@ -15,3 +15,3 @@ "report-cov": "codeclimate-test-reporter < ./lcov.info",

"typings": "typings install",
"npm": "tsc -d -p . && mv ./src/index.js . && mv ./src/index.d.ts .",
"npm": "npm run clean && tsc -d -p . && mv ./src/index.js . && mv ./src/index.d.ts .",
"clean": "rm -f ./src/index.js* ./__tests__/*.d.ts ./__tests__/*.js* ./lcov.info && rm -f -R ./coverage"

@@ -18,0 +18,0 @@ },

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