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

astro-live-code

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-live-code - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

3

package.json
{
"name": "astro-live-code",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"repository": {

@@ -6,0 +7,0 @@ "type": "git",

@@ -415,2 +415,3 @@ import { visitParents as unistVisit } from 'unist-util-visit-parents'

case 'jsx':
case 'tsx':
return `\

@@ -441,3 +442,7 @@ import Inner from ${JSON.stringify(inner)}

}`
default:
throw new Error(
`Language "${lang}" is not supported for use with wrappers. If you'd like to see it supported please open an issue https://github.com/mattjennings/astro-live-code/issues`,
)
}
}
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