Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serialport/binding-mock

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/binding-mock - npm Package Compare versions

Comparing version 10.1.0 to 10.2.0

18

package.json
{
"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()
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc