@keiser/echip-webusb
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "@keiser/echip-webusb", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Keiser Air eChip WebUSB Library", | ||
@@ -25,29 +25,9 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"lint": "tslint --project tsconfig.json", | ||
"dev": "webpack-dev-server --config webpack/dev.config.js", | ||
"start": "npm run dev", | ||
"stage": "webpack-dev-server --config webpack/stage.config.js", | ||
"build": "webpack --config webpack/prod.config.js", | ||
"push": "npm run build && npm publish dist" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.12.21", | ||
"clean-webpack-plugin": "^1.0.1", | ||
"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.3.3", | ||
"vue": "^2.6.3", | ||
"webpack": "^4.29.3", | ||
"webpack-cli": "^3.2.3", | ||
"webpack-dev-server": "^3.1.14", | ||
"write-json-webpack-plugin": "^1.1.0" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"async-mutex": "^0.1.3", | ||
"async-mutex": "^0.1.4", | ||
"crc": "^3.8.0" | ||
} | ||
}, | ||
"private": false | ||
} |
@@ -10,3 +10,3 @@ # Keiser Air eChip WebUSB Library | ||
## Installation | ||
Install with [NPM](https://www.npmjs.com/): `npm install keiser-echip-utilities` | ||
Install with [NPM](https://www.npmjs.com/): `npm install @keiser/echip-webusb` | ||
@@ -17,3 +17,3 @@ ## Usage | ||
```ts | ||
import EChipReaderWatcher from 'keiser-echip-utilities' | ||
import EChipReaderWatcher from '@keiser/echip-webusb' | ||
@@ -64,3 +64,3 @@ const echipReaderWatcher = new EChipReaderWatcher() | ||
```ts | ||
import EChipReaderWatcher from 'keiser-echip-utilities' | ||
import EChipReaderWatcher from '@keiser/echip-webusb' | ||
@@ -67,0 +67,0 @@ document.addEventListener('DOMContentLoaded', event => { |
@@ -0,0 +0,0 @@ // Type definitions for W3C Web USB API 1.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
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
0
61532
15
340
1
Updatedasync-mutex@^0.1.4