Socket
Socket
Sign inDemoInstall

bind.ts

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

6

package.json
{
"name": "bind.ts",
"description": "Function.prototype.bind with typings for TypeScript",
"version": "1.1.2",
"version": "1.1.3",
"author": "Teppei Sato <teppeis@gmail.com>",

@@ -12,5 +12,6 @@ "main": "lib/index.js",

"scripts": {
"clean": "rimraf lib test/*.js",
"mocha": "mocha",
"prepublishOnly": "run-s test",
"test": "run-s tsc mocha",
"test": "run-s clean tsc mocha",
"tsc": "run-s tsc:src tsc:test",

@@ -25,2 +26,3 @@ "tsc:src": "tsc",

"npm-run-all": "^4.0.2",
"rimraf": "^2.6.1",
"typescript": "^2.3.2"

@@ -27,0 +29,0 @@ },

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