Socket
Socket
Sign inDemoInstall

28

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

28 - npm Package Compare versions

Comparing version 1.9.8 to 1.9.9

10

lib/commands/install.js

@@ -7,4 +7,3 @@ 'use strict';

var _ = require('lodash');
var request = require('request');
var unzip = require('unzip');
var Download = require('download');
var path = require('path');

@@ -35,5 +34,6 @@

var base = output + name + '-' + url.hash;
request(href)
.pipe(unzip.Extract({ path: 'jsoniq_modules' }))
.on('finish', function(){
new Download({ mode: '755', extract: true })
.get(href)
.dest(output)
.run(function(){
var manifest = JSON.parse(fs.readFileSync(base + '/28.json', 'utf-8'));

@@ -40,0 +40,0 @@ manifest.exports.forEach(function(ns){

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

"description": "Command line utility to download and upload 28.io queries.",
"version": "1.9.8",
"version": "1.9.9",
"keywords": [

@@ -32,2 +32,3 @@ "jsoniq",

"commander": "^2.7.1",
"download": "^4.1.2",
"final-fs": "~1.6.0",

@@ -40,3 +41,2 @@ "lodash": "3.7.0",

"touch": "0.0.3",
"unzip": "^0.1.11",
"update-notifier": "~0.2.0",

@@ -43,0 +43,0 @@ "watch": "git://github.com/mikeal/watch.git#0aee7194ea3bd03871a3b49851dc7cde9eef08f3",

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