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
480
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.5.0-beta.14 to 7.5.0-beta.15

10

client.js

@@ -81,3 +81,11 @@ const { Semantics, Semantic } = require('./src/semantics')

const isA = (hierarchy) => (child, parent) => hierarchy.isA(child, parent)
const isA = (hierarchy) => (child, parent) => {
if (child.marker) {
child = child.marker
}
if (parent.marker) {
parent = parent.marker
}
return hierarchy.isA(child, parent)
}

@@ -84,0 +92,0 @@ const asList = (context) => {

2

package.json

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

},
"version": "7.5.0-beta.14",
"version": "7.5.0-beta.15",
"license": "ISC"
}
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