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

lib0

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib0 - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

.nyc_output/a372dcf2-c7be-451d-ab15-2f3d24287da0.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"processes":{"30193402-95f8-49df-9277-16eb856f1b9c":{"parent":null,"children":[]}},"files":{"/home/dmonad/ylabs/lib0/dist/test.cjs":["30193402-95f8-49df-9277-16eb856f1b9c"]},"externalIds":{}}
{"processes":{"a372dcf2-c7be-451d-ab15-2f3d24287da0":{"parent":null,"children":[]}},"files":{"/home/dmonad/ylabs/lib0/dist/test.cjs":["a372dcf2-c7be-451d-ab15-2f3d24287da0"]},"externalIds":{}}

@@ -314,3 +314,3 @@ /**

*/
export const readBigInt64 = decoder => readFromDataView(decoder, 8).getBigInt64(0)
export const readBigInt64 = decoder => /** @type {any} */ (readFromDataView(decoder, 8)).getBigInt64(0)

@@ -320,3 +320,3 @@ /**

*/
export const readBigUint64 = decoder => readFromDataView(decoder, 8).getBigUint64(0)
export const readBigUint64 = decoder => /** @type {any} */ (readFromDataView(decoder, 8)).getBigUint64(0)

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

@@ -340,3 +340,3 @@ /**

*/
export const writeBigInt64 = (encoder, num) => writeOnDataView(encoder, 8).setBigInt64(0, num)
export const writeBigInt64 = (encoder, num) => /** @type {any} */ (writeOnDataView(encoder, 8)).setBigInt64(0, num)

@@ -347,3 +347,3 @@ /**

*/
export const writeBigUint64 = (encoder, num) => writeOnDataView(encoder, 8).setBigUint64(0, num)
export const writeBigUint64 = (encoder, num) => /** @type {any} */ (writeOnDataView(encoder, 8)).setBigUint64(0, num)

@@ -350,0 +350,0 @@ const floatTestBed = new DataView(new ArrayBuffer(4))

@@ -66,5 +66,5 @@

*/
/* istanbul ignore next */
export const hasParam = name => computeParams().has(name)
/* istanbul ignore next */
/**

@@ -75,2 +75,3 @@ * @param {string} name

*/
/* istanbul ignore next */
export const getParam = (name, defaultVal) => computeParams().get(name) || defaultVal

@@ -96,2 +97,3 @@ // export const getArgs = name => computeParams() && args

*/
/* istanbul ignore next */
export const hasConf = name => hasParam('--' + name) || getVariable(name) !== null

@@ -98,0 +100,0 @@

{
"name": "lib0",
"version": "0.2.2",
"version": "0.2.3",
"description": "",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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