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

theprogrammablemind_4wp

Package Overview
Dependencies
Maintainers
1
Versions
477
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.9-beta.9 to 7.3.9-beta.10

4

package.json

@@ -18,3 +18,3 @@ {

"lint": "eslint \"**/*.js\"",
"to": "node node_modules/.bin/jest --runInBand -t NEO",
"to": "node node_modules/.bin/jest --runInBand -t ONE23",
"test": "jest --config ./jest.config.json",

@@ -65,4 +65,4 @@ "test:watch": "npm run test -- --watch"

},
"version": "7.3.9-beta.9",
"version": "7.3.9-beta.10",
"license": "ISC"
}

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

if (['operators', 'bridges', 'words'].includes(property)) {
if ('words' == property) {
for (let word in value) {
for (let def of value[word]) {
if (!def['uuid']) {
throw `All definitions for '${property}' must have the uuid property set (config.uuid). uuid is missing from ${JSON.stringify(def)} for the word '${word}'`
}
}
}
}
if (['operators', 'bridges'].includes(property)) {
for (let def of value) {

@@ -1945,0 +1955,0 @@ if (!def['uuid']) {

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