breakdancer
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "breakdancer", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "A breakpoint tracking utility", | ||
"main": "index.js", | ||
"main": "./lib", | ||
"browser": "./index", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-register ./test.js", | ||
"lint": "godaddy-js-style-lint index.js test.js" | ||
"lint": "godaddy-js-style-lint *.js", | ||
"build": "babel index.js -d ./lib", | ||
"prepublish": "npm run build", | ||
"pretest": "npm run lint" | ||
}, | ||
@@ -25,2 +29,3 @@ "repository": { | ||
"assume": "1.4.x", | ||
"babel-cli": "6.18.x", | ||
"babel-register": "6.9.x", | ||
@@ -27,0 +32,0 @@ "godaddy-style": "3.1.x", |
@@ -1,2 +0,2 @@ | ||
import Breakdancer from './index'; | ||
import Breakdancer from './'; | ||
import assume from 'assume'; | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
20643
8
426
6
1