Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
5
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.61 to 2.4.62

2

package.json
{
"name": "qcobjects-cli",
"version": "2.4.61",
"version": "2.4.62",
"description": "qcobjects cli command line tool",

@@ -5,0 +5,0 @@ "main": "src/index.cjs",

@@ -386,2 +386,13 @@ /**

const cleanCache = () => {
Object.keys(require.cache).forEach( (key) => { delete require.cache[key]; });
}
const __reset_settings__ = () => {
cleanCache();
global.__load_default_settings__();
};
global.__reset_settings__ = __reset_settings__;
})();

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc