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

deedee

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deedee - npm Package Compare versions

Comparing version 1.4.35 to 1.4.36

11

lib/deedee-cli.js
#!/usr/bin/env node
'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
Object.defineProperty(exports, "__esModule", {

@@ -9,4 +11,2 @@ value: true

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _yargs = require('yargs');

@@ -85,3 +85,3 @@

return __$$GLOBAL_REWIRE_REGISTRY__;
return theGlobalVariable.__$$GLOBAL_REWIRE_REGISTRY__;
}

@@ -211,2 +211,7 @@

});
return function () {
Object.keys(variableName).forEach(function (name) {
_reset__(variableName);
});
};
} else {

@@ -213,0 +218,0 @@ if (value === undefined) {

'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
Object.defineProperty(exports, "__esModule", {

@@ -7,5 +9,2 @@ value: true

exports.__RewireAPI__ = exports.__ResetDependency__ = exports.__set__ = exports.__Rewire__ = exports.__GetDependency__ = exports.__get__ = undefined;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
exports.default = _DefaultExportValue;

@@ -182,3 +181,3 @@

return __$$GLOBAL_REWIRE_REGISTRY__;
return theGlobalVariable.__$$GLOBAL_REWIRE_REGISTRY__;
}

@@ -317,2 +316,7 @@

});
return function () {
Object.keys(variableName).forEach(function (name) {
_reset__(variableName);
});
};
} else {

@@ -319,0 +323,0 @@ if (value === undefined) {

'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
Object.defineProperty(exports, "__esModule", {

@@ -7,5 +9,2 @@ value: true

exports.__RewireAPI__ = exports.__ResetDependency__ = exports.__set__ = exports.__Rewire__ = exports.__GetDependency__ = exports.__get__ = undefined;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
exports.printToConsole = printToConsole;

@@ -164,3 +163,3 @@

return __$$GLOBAL_REWIRE_REGISTRY__;
return theGlobalVariable.__$$GLOBAL_REWIRE_REGISTRY__;
}

@@ -284,2 +283,7 @@

});
return function () {
Object.keys(variableName).forEach(function (name) {
_reset__(variableName);
});
};
} else {

@@ -286,0 +290,0 @@ if (value === undefined) {

{
"name": "deedee",
"version": "1.4.35",
"version": "1.4.36",
"description": "A tool for detecting dependencies",

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

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