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

capnp-ts

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capnp-ts - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

lib/serialization/segment.js

@@ -286,2 +286,6 @@ /**

this._dv.setUint8(byteOffset + 3, val.buffer[3]);
this._dv.setUint8(byteOffset + 4, val.buffer[4]);
this._dv.setUint8(byteOffset + 5, val.buffer[5]);
this._dv.setUint8(byteOffset + 6, val.buffer[6]);
this._dv.setUint8(byteOffset + 7, val.buffer[7]);
};

@@ -321,2 +325,6 @@ /**

this._dv.setUint8(byteOffset + 3, val.buffer[3]);
this._dv.setUint8(byteOffset + 4, val.buffer[4]);
this._dv.setUint8(byteOffset + 5, val.buffer[5]);
this._dv.setUint8(byteOffset + 6, val.buffer[6]);
this._dv.setUint8(byteOffset + 7, val.buffer[7]);
};

@@ -323,0 +331,0 @@ /**

2

package.json

@@ -35,3 +35,3 @@ {

"typings": "lib/index",
"version": "0.1.5"
"version": "0.1.6"
}

@@ -7,3 +7,2 @@ /**

/* tslint:disable:no-any no-unsafe-any */
import initTrace from 'debug';

@@ -10,0 +9,0 @@

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