Socket
Socket
Sign inDemoInstall

@trufflesuite/bigint-buffer

Package Overview
Dependencies
Maintainers
12
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trufflesuite/bigint-buffer - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

prebuilds/darwin-x64/node.napi.node

1

dist/browser.js
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
let converter;

@@ -5,0 +6,0 @@ /**

3

dist/node.js
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
let converter;

@@ -8,3 +9,3 @@ {

// TODO: add arch-specific binaries as necessary
converter = require('node-gyp-build')(`../binaries/${process.platform}-x64/bigint_buffer`);
converter = require('node-gyp-build')(path.join(__dirname, `../`));
}

@@ -11,0 +12,0 @@ catch (e) {

{
"name": "@trufflesuite/bigint-buffer",
"version": "1.1.8",
"version": "1.1.9",
"description": "bigint to buffer conversion with native support",

@@ -5,0 +5,0 @@ "main": "dist/node.js",

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

import * as path from 'path';
interface ConverterInterface {

@@ -14,4 +14,3 @@ toBigInt(buf: Buffer, bigEndian?: boolean): bigint;

// TODO: add arch-specific binaries as necessary
converter = require('node-gyp-build')(
`../binaries/${process.platform}-x64/bigint_buffer`);
converter = require('node-gyp-build')(path.join(__dirname, `../`));
} catch (e) {

@@ -18,0 +17,0 @@ console.warn(

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