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

web-bluetooth

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-bluetooth - npm Package Compare versions

Comparing version 0.0.14 to 0.1.0

dist/build.js

2

npm.js

@@ -1,1 +0,1 @@

module.exports = require('./dist/BluetoothDevice');
module.exports = require('./dist/npm/BluetoothDevice');
{
"name": "web-bluetooth",
"version": "0.0.14",
"description": "Library for interacting with Bluetooth devices through the browser. Currently in Alpha.",
"version": "0.1.0",
"description": "Library for interacting with Bluetooth 4.0 devices through the browser.",
"keywords": [

@@ -40,3 +40,5 @@ "abstraction",

"scripts": {
"build": "babel lib --presets babel-preset-es2015 --out-dir dist",
"build": "npm run build:npm && npm run build:bower",
"build:npm": "babel lib --presets babel-preset-es2015 --out-dir dist/npm",
"build:bower": "browserify -t [babelify] lib/BluetoothDevice.js -o dist/build.js",
"test": "open test/browser-integration.html",

@@ -49,2 +51,4 @@ "lint": "eslint lib/*.js && eslint lib/**/*.js"

"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",

@@ -51,0 +55,0 @@ "eslint": "^2.11.1",

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