Socket
Socket
Sign inDemoInstall

sq-native

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sq-native - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

setupInfo.js

5

index.js

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

const ARTEFACT_PATH = Path.join(__dirname, 'installed.json');
const CURRENT_SETUP = require('./setupInfo');

@@ -150,3 +151,7 @@ let installArtefacts = {};

static getCurrentSetup() {
return CURRENT_SETUP;
}
static clearAll() {

@@ -153,0 +158,0 @@

7

install.js

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

const TARGET = {
platform: OS.platform(),
libc: LIB_C_FAMILLY,
arch: OS.arch()
}
const TARGET = require('./setupInfo');
const TAR_PATH = Path.join(__dirname, 'vendor', `${OS.platform()}-${LIB_C_FAMILLY}`, OS.arch(), 'node-universal.tar.gz');

@@ -22,2 +18,3 @@ const TARGET_PATH = Path.join(__dirname, 'bindings');

// TODO(@Simon): collect install errors and write them in file for easier debug/reporting
try {

@@ -24,0 +21,0 @@ FS.mkdirSync(TARGET_PATH);

{
"name": "sq-native",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node.js binding for libsqreen",

@@ -5,0 +5,0 @@ "main": "index.js",

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

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