keiser-echip-webusb
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
{ | ||
"name": "keiser-echip-webusb", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Keiser Air eChip WebUSB Library", | ||
"main": "/dist/index.js", | ||
"types": "/dist/types/echip.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
"keywords": [ | ||
"keiser", | ||
"echip", | ||
"webusb", | ||
"1-wire" | ||
], | ||
"main": "index.js", | ||
"author": "Keiser Corporation", | ||
"license": "MIT", | ||
"private": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KeiserCorp/Keiser.Air.eChip.WebUSB.git" | ||
"url": "https://github.com/KeiserCorp/Keiser.Air.eChip.WebUSB.git" | ||
}, | ||
@@ -25,21 +28,10 @@ "bugs": { | ||
"stage": "webpack-dev-server --config webpack/stage.config.js", | ||
"build": "webpack --config webpack/prod.config.js" | ||
"build": "webpack --config webpack/prod.config.js", | ||
"push": "npm run build && npm publish dist --dry-run" | ||
}, | ||
"devDependencies": { | ||
"clean-webpack-plugin": "^1.0.0", | ||
"copy-webpack-plugin": "^4.6.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"ts-loader": "^5.3.3", | ||
"tslint": "^5.12.1", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.28.4", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-dev-server": "^3.1.14" | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"@types/node": "^10.12.18", | ||
"async-mutex": "^0.1.3", | ||
"crc": "^3.8.0" | ||
} | ||
} | ||
} |
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
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
55873
2
0
335
13
2
0
1
- Removed@types/node@^10.12.18
- Removed@types/node@10.17.60(transitive)