Socket
Socket
Sign inDemoInstall

hdl-js

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdl-js - npm Package Compare versions

Comparing version 0.0.63 to 0.0.64

3

dist/emulator/hardware/Pin.js

@@ -137,2 +137,5 @@ /**

// Always adjust to int16 on individual bits set
this._value = int16(this._value);
this.emit('change', this._value, oldValue, index);

@@ -139,0 +142,0 @@ }

2

package.json
{
"name": "hdl-js",
"version": "0.0.63",
"version": "0.0.64",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Hardware definition language (HDL) and Hardware simulator",

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