Socket
Socket
Sign inDemoInstall

@extendohub/runtime

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extendohub/runtime - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@extendohub/runtime",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -18,3 +18,3 @@ import { importFromString } from 'module-from-string'

// Since we've been passed some code, load it
// Since we've been passed some code, load it
const options = { dirname: process.cwd(), globals: { process, console } }

@@ -21,0 +21,0 @@ const loader = schema || path.extname(codeFile).replace(/^\./, '')

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