Socket
Socket
Sign inDemoInstall

theprogrammablemind_4wp

Package Overview
Dependencies
Maintainers
1
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theprogrammablemind_4wp - npm Package Compare versions

Comparing version 7.3.6 to 7.3.7

2

package.json

@@ -64,4 +64,4 @@ {

},
"version": "7.3.6",
"version": "7.3.7",
"license": "ISC"
}

@@ -1579,3 +1579,4 @@ // lookup = (name) => returns <config>

rebuild ({ isModule: mainIsModule = false } = {}) {
// rebuild ({ isModule: mainIsModule = false } = {}) {
rebuild ({ isModule: mainIsModule } = {}) {
const debug = this.config.debug;

@@ -1588,3 +1589,3 @@ this.config = _.cloneDeep(this.initConfig)

// this.isModule = this.isModule || mainIsModule
mainIsModule = this.isModule
mainIsModule = (mainIsModule === undefined) ? this.isModule : mainIsModule
this.config.objects.namespaced = {}

@@ -1591,0 +1592,0 @@ this.resetWasInitialized()

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