New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

browser-meshblu-http

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-meshblu-http - npm Package Compare versions

Comparing version 5.2.1 to 5.2.3

9

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

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