Socket
Socket
Sign inDemoInstall

@ciscospark/bin-sauce-connect

Package Overview
Dependencies
Maintainers
13
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/bin-sauce-connect - npm Package Compare versions

Comparing version 1.1.11 to 1.9.3

4

dist/lib/exists.js
"use strict";
/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
var fs = require("fs");

@@ -4,0 +8,0 @@

"use strict";
/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
var path = require("path");

@@ -4,0 +8,0 @@

"use strict";
/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
var fs = require("fs");
module.exports = fs.unlinkSync;

@@ -9,2 +9,6 @@ "use strict";

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
var cp = require("child_process");

@@ -11,0 +15,0 @@

@@ -9,2 +9,6 @@ "use strict";

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
// require(`babel-polyfill`);

@@ -11,0 +15,0 @@ var mkdirp = require("mkdirp");

@@ -9,2 +9,6 @@ "use strict";

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
var fs = require("fs");

@@ -11,0 +15,0 @@ var exists = require("./lib/exists");

2

package.json
{
"name": "@ciscospark/bin-sauce-connect",
"version": "1.1.11",
"version": "1.9.3",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,1 +1,5 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
const fs = require(`fs`);

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

@@ -0,1 +1,5 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
const path = require(`path`);

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

@@ -0,3 +1,7 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
const fs = require(`fs`);
module.exports = fs.unlinkSync;

@@ -0,1 +1,5 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
const cp = require(`child_process`);

@@ -2,0 +6,0 @@ const {defaults} = require(`lodash`);

@@ -0,1 +1,5 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
// require(`babel-polyfill`);

@@ -2,0 +6,0 @@ const mkdirp = require(`mkdirp`);

@@ -0,1 +1,5 @@

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
*/
const fs = require(`fs`);

@@ -2,0 +6,0 @@ const exists = require(`./lib/exists`);

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

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