New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

theprogrammablemind

Package Overview
Dependencies
Maintainers
1
Versions
634
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 7.3.5-beta.6 to 7.3.5-beta.7

6

client.js

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

const match = regexForm1.exec(line) || regexForm2.exec(line);
return `${match[1]}:${match[2]}`
if (match) {
return `${match[1]}:${match[2]}`
} else {
return 'running in browser'
}
}

@@ -1525,0 +1529,0 @@

2

package.json

@@ -63,4 +63,4 @@ {

},
"version": "7.3.5-beta.6",
"version": "7.3.5-beta.7",
"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