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 2.0.8 to 2.0.9

7

lib/28.js

@@ -41,7 +41,10 @@ 'use strict';

$28.prototype.import = function(projectName, projectToken, archive, contentType){
$28.prototype.import = function(projectName, projectToken, archive, contentType, root){
return this.api.Batch(projectName).importProject({
archive: archive,
contentType: contentType,
token: projectToken
token: projectToken,
overwrite: 'yes',
'delete-orphaned': true,
root: root
});

@@ -48,0 +51,0 @@ };

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

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

@@ -28,3 +28,3 @@ "jsoniq",

"dependencies": {
"28.io-nodejs": "0.2.0",
"28.io-nodejs": "0.2.1",
"cat-settings": "~1.0.0",

@@ -31,0 +31,0 @@ "colors": "^1.0.3",

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