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

sq-native

Package Overview
Dependencies
Maintainers
1
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 0.8.0 to 0.9.0

6

index.js
'use strict'; // FIXME copyright
const Binary = require('node-pre-gyp');
const Path = require('path');
const binding_path = Binary.find(Path.resolve(Path.join(__dirname,'./package.json')));
const Binary = require('binary-downloader');
const PackageJSON = require('./package.json');
const binding_path = Binary.getPath(PackageJSON.binary);
const Binding = require(binding_path);

@@ -6,0 +6,0 @@

{
"name": "sq-native",
"version": "0.8.0",
"version": "0.9.0",
"description": "Node.js binding for libsqreen",
"main": "index.js",
"scripts": {
"install": "node-pre-gyp install"
"install": "binary-downloader"
},

@@ -12,3 +12,3 @@ "author": "vdeturckheim (vladimir@sqreen.com)",

"dependencies": {
"node-pre-gyp": "^0.13.0"
"binary-downloader": "0.1.0"
},

@@ -15,0 +15,0 @@ "binary": {

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