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.0 to 1.1.1

26

package.json
{
"name": "bind.ts",
"version": "1.1.0",
"description": "Function.prototype.bind with typings for TypeScript",
"version": "1.1.1",
"author": "Teppei Sato <teppeis@gmail.com>",
"description": "Function.prototype.bind with typings for TypeScript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"fils": [
"files": [
"lib"

@@ -14,7 +14,14 @@ ],

"prepublishOnly": "run-s test",
"test": "run-s tsc mocha",
"tsc": "run-s tsc:src tsc:test",
"tsc:src": "tsc",
"tsc:test": "tsc test/index.ts",
"test": "run-s tsc mocha"
"tsc:test": "tsc test/index.ts"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.14",
"mocha": "^3.3.0",
"npm-run-all": "^4.0.2",
"typescript": "^2.3.2"
},
"homepage": "https://github.com/teppeis/bind.ts#readme",

@@ -29,10 +36,3 @@ "repository": {

"keywords": [],
"license": "MIT",
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.14",
"mocha": "^3.3.0",
"npm-run-all": "^4.0.2",
"typescript": "^2.3.2"
}
"license": "MIT"
}
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