Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

breakdancer

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

breakdancer - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.travis.yml

11

package.json
{
"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

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