Socket
Socket
Sign inDemoInstall

class-autobind

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class-autobind - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

20

package.json
{
"name": "class-autobind",
"version": "0.1.1",
"version": "0.1.2",
"description": "Method auto-bind for ES6 (ES2015) classes",
"main": "lib/autobind.js",
"scripts": {
"build-lib": "rimraf lib && babel src --ignore '_*' --out-dir lib",
"build": "rimraf lib && babel src --ignore '_*' --out-dir lib",
"prepublish": "npm run build",
"lint": "eslint --max-warnings 0 .",
"prepublish": "npm run build-lib",
"test": "npm run lint && npm run test-src",
"test-src": "mocha"
"typecheck": "flow",
"test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js",
"test": "npm run lint && npm run typecheck && npm run test-src"
},

@@ -27,2 +28,3 @@ "dependencies": {},

"expect": "^1.15.2",
"flow-bin": "^0.23.1",
"mocha": "^2.4.5",

@@ -33,3 +35,3 @@ "rimraf": "^2.5.2"

"type": "git",
"url": "git+ssh://git@github.com/sstur/class-autobind.git"
"url": "git+ssh://git@github.com/kodefox/class-autobind.git"
},

@@ -41,8 +43,8 @@ "keywords": [

],
"author": "sstur@me.com",
"author": "team@kodefox.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/sstur/class-autobind/issues"
"url": "https://github.com/kodefox/class-autobind/issues"
},
"homepage": "https://github.com/sstur/class-autobind#readme"
"homepage": "https://github.com/kodefox/class-autobind#readme"
}

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