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

breakdancer

Package Overview
Dependencies
Maintainers
3
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.1.2 to 1.1.3

lib/index.native.js

4

CHANGELOG.md
# CHANGELOG
### 1.1.3
- Include index.native.js in `npm run build`. Adds missing `index.native.js` to the publish output.
### 1.1.2

@@ -4,0 +8,0 @@

4

package.json
{
"name": "breakdancer",
"version": "1.1.2",
"version": "1.1.3",
"description": "A breakpoint tracking utility",

@@ -11,3 +11,3 @@ "main": "./lib",

"test:native": "mocha --require react-native-mock/mock.js --compilers js:babel-register ./test.native.js",
"build": "babel index.js breakdancer.js -d ./lib",
"build": "babel index.js index.native.js breakdancer.js -d ./lib",
"prepublish": "npm run build",

@@ -14,0 +14,0 @@ "pretest": "npm run lint",

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