Socket
Socket
Sign inDemoInstall

theprogrammablemind_4wp

Package Overview
Dependencies
Maintainers
1
Versions
459
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.12 to 7.4.0-beta.0

10

client.js

@@ -177,7 +177,9 @@ const { Semantics, Semantic } = require('./src/semantics')

const getObjects = (objects) => (uuid) => {
if (objects && objects.namespaced) {
objects = objects.namespaced[uuid]
const getObjects = (objects) => {
return (uuid) => {
if (objects && objects.namespaced) {
return objects.namespaced[uuid]
}
return objects
}
return objects
}

@@ -184,0 +186,0 @@

2

package.json

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

},
"version": "7.3.12",
"version": "7.4.0-beta.0",
"license": "ISC"
}

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

// init.args.isAfterApi = true
init.config.initializerFn({ ...init.args, isAfterApi: true })
init.config.initializerFn({ ...init.args, kms: this.getConfigs(), isAfterApi: true })
}

@@ -1683,0 +1683,0 @@ this.instances.forEach((instance) => client.processInstance(this, instance))

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