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

lw-sdk

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lw-sdk - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

.babelrc

19

package.json
{
"name": "lw-sdk",
"version": "1.3.2",
"version": "1.4.0",
"description": "SDK for Laurel & Wolf API",
"main": "src/index.js",
"main": "dist/index.js",
"scripts": {

@@ -10,3 +10,5 @@ "manual-test": "watchify spike/run.js -o spike/bundle.js -v -d",

"test-ci": "zuul -- test/*.js",
"lint": "lw lint src"
"lint": "lw lint src",
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},

@@ -16,2 +18,3 @@ "author": "Laurel & Wolf",

"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.1.2",

@@ -35,13 +38,3 @@ "browserify": "^11.0.0",

"whatwg-fetch": "^0.9.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"stage": "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