browser-meshblu-http
Advanced tools
Comparing version 5.2.1 to 5.2.3
{ | ||
"name": "browser-meshblu-http", | ||
"version": "5.2.1", | ||
"version": "5.2.3", | ||
"description": "Meshblu Client for the Browser", | ||
"main": "index.js", | ||
"main": "./index.js", | ||
"postinstall": "webpack -p", | ||
"browser": { | ||
"./index.js": "./dist/bundle.js" | ||
}, | ||
"scripts": { | ||
@@ -40,2 +44,3 @@ "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul", | ||
"dependencies": { | ||
"btoa": "^1.1.2", | ||
"lodash": "^4.5.1", | ||
@@ -42,0 +47,0 @@ "qs": "^6.1.0", |
@@ -14,2 +14,2 @@ # browser-meshblu-http | ||
import MeshbluHttp from 'browser-meshblu-http/dist/meshblu-http.js'; | ||
import MeshbluHttp from 'browser-meshblu-http/dist/bundle.js'; |
@@ -13,3 +13,3 @@ var path = require('path'); | ||
path: path.join(__dirname, 'dist'), | ||
filename: 'meshblu-http.js' | ||
filename: 'bundle.js' | ||
}, | ||
@@ -16,0 +16,0 @@ module: { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
36644
5
31
187
+ Addedbtoa@^1.1.2
+ Addedbtoa@1.2.1(transitive)