@serialport/binding-mock
Advanced tools
Comparing version 10.1.0 to 10.2.0
{ | ||
"name": "@serialport/binding-mock", | ||
"version": "10.1.0", | ||
"main": "lib", | ||
"version": "10.2.0", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"keywords": [ | ||
"serialport-binding" | ||
"serialport-binding", | ||
"debug" | ||
], | ||
"dependencies": { | ||
"@serialport/binding-abstract": "10.1.0", | ||
"@serialport/bindings-interface": "1.2.0", | ||
"debug": "^4.3.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.5.5" | ||
}, | ||
"engines": { | ||
@@ -19,2 +24,5 @@ "node": ">=12.0.0" | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc --build tsconfig-build.json" | ||
}, | ||
"repository": { | ||
@@ -25,3 +33,3 @@ "type": "git", | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"gitHead": "2f64c829ca66826dd2e93220a2563e2d10c6ce7c" | ||
"gitHead": "f379bae0cdb793e77f83a6d720a072e3d53c79f8" | ||
} |
@@ -1,11 +0,6 @@ | ||
# @serialport/BindingMock | ||
# @serialport/binding-mock | ||
This stream does some neat stuff. | ||
This is why you'd use it. | ||
This is how you use it. | ||
```js | ||
const bindingMock = new BindingMock() | ||
```ts | ||
import { MockBinding } from '@serialport/binding-mock' | ||
const MockBinding = new MockBinding() | ||
``` |
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
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
1969
1
3
0
7
2
+ Added@serialport/bindings-interface@1.2.0(transitive)
- Removed@serialport/binding-abstract@10.1.0
- Removed@serialport/binding-abstract@10.1.0(transitive)