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

@lightningjs/threadx

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/threadx - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

dist/BufferStruct.js

@@ -71,3 +71,4 @@ /*

propDefs.push(propDef);
constructor.size += byteSize;
// console.log(constructor.size, byteOffset, byteSize, propDef);
constructor.size = byteOffset + byteSize;
// TODO: Move the descriptors to the prototype to avoid code duplication/closures

@@ -74,0 +75,0 @@ descriptor.get = function () {

{
"name": "@lightningjs/threadx",
"version": "0.3.0",
"version": "0.3.1",
"description": "A web browser-based JavaScript library that helps manage the communcation of data between one or more web worker threads.",

@@ -27,4 +27,3 @@ "type": "module",

"prepare": "husky install",
"prepack": "npm run build",
"publish": "npm publish --access public"
"prepack": "npm run build"
},

@@ -31,0 +30,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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