Comparing version 0.0.0 to 0.0.2
{ | ||
"name": "node-ble", | ||
"version": "0.0.0", | ||
"main": "index.js", | ||
"description": "Bluetooth Low Energy (BLE) library written with only Javascript (no bindings) - baked by Bluez via DBus", | ||
"version": "0.0.2", | ||
"repository": "https://github.com/chrvadala/node-ble.git", | ||
"author": "chrvadala", | ||
"license": "MIT", | ||
"private": false | ||
"main": "./src/index.js", | ||
"files": [ | ||
"*.md", | ||
"src", | ||
"test", | ||
"test-e2e", | ||
"example.js" | ||
], | ||
"keywords": [ | ||
"bluetooth-low-energy", | ||
"ble", | ||
"bluetooth-peripherals", | ||
"bluez", | ||
"bluez-dbus", | ||
"bluetooth", | ||
"bluetooth-le" | ||
], | ||
"homepage": "https://github.com/chrvadala/node-ble", | ||
"scripts": { | ||
"test": "jest --testPathIgnorePatterns=e2e.spec.js", | ||
"test:e2e": "jest", | ||
"test:ci": "standard && yarn test && yarn coveralls", | ||
"version": "yarn test && yarn standard", | ||
"coveralls": "jest --coverage --coverageReporters=text-lcov --testPathIgnorePatterns=e2e.spec.js | coveralls" | ||
}, | ||
"dependencies": { | ||
"dbus-next": "^0.8.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@types/jest": "^25.1.3", | ||
"coveralls": "^3.0.11", | ||
"dotenv": "^8.2.0", | ||
"jest": "^25.1.0", | ||
"standard": "^14.3.3" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"example.js", | ||
"test/__interfaces/**.js" | ||
] | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
52185
23
1091
1
1
1
247
1
7
3
+ Addeddbus-next@^0.8.2
+ Added@nornagon/put@0.0.8(transitive)
+ Addedabstract-socket@2.1.1(transitive)
+ Addedbindings@1.5.0(transitive)
+ Addeddbus-next@0.8.2(transitive)
+ Addedduplexer@0.1.2(transitive)
+ Addedevent-stream@3.3.4(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addedfrom@0.1.7(transitive)
+ Addedhexy@0.2.11(transitive)
+ Addedjsbi@2.0.5(transitive)
+ Addedlong@4.0.0(transitive)
+ Addedmap-stream@0.1.0(transitive)
+ Addednan@2.22.0(transitive)
+ Addedpause-stream@0.0.11(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedsplit@0.3.3(transitive)
+ Addedstream-combiner@0.0.4(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedxml2js@0.4.23(transitive)
+ Addedxmlbuilder@11.0.1(transitive)