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

theprogrammablemind

Package Overview
Dependencies
Maintainers
0
Versions
563
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theprogrammablemind - npm Package Compare versions

Comparing version 8.0.0-beta.47 to 8.0.0-beta.48

2

package.json

@@ -68,4 +68,4 @@ {

},
"version": "8.0.0-beta.47",
"version": "8.0.0-beta.48",
"license": "UNLICENSED"
}

@@ -384,3 +384,2 @@ const { InitCalls } = require('./helpers')

const { /* data, generators, semantics, */ hierarchy } = setupProcessB({ config })
// for (const results of (instance.resultss || [])) {
for (const i in (instance.resultss || [])) {

@@ -404,2 +403,3 @@ const results = instance.resultss[i]

await results.apply(args)
} else if (results.isFragment) {
} else {

@@ -406,0 +406,0 @@ if (results.skipSemantics) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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