class-autobind-decorator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "class-autobind-decorator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A small framework-agnostic utility for auto-binding \"class\" methods to instances (with customization options) using either \"legacy\" decorator syntax or plain old ES5 (without needing ES2015+ polyfills).", | ||
@@ -24,2 +24,7 @@ "main": "build/index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jmrog/class-autobind-decorator.git" | ||
}, | ||
"bugs": "https://github.com/jmrog/class-autobind-decorator/issues", | ||
"devDependencies": { | ||
@@ -26,0 +31,0 @@ "babel-cli": "^6.14.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
17574
0