web-bluetooth
Advanced tools
Comparing version 0.0.14 to 0.1.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144800
3260
12
10
2
0
2
1