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

babel-transform-roll20

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-transform-roll20 - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

package.json
{
"name": "babel-transform-roll20",
"version": "0.4.0",
"version": "0.5.0",
"description": "A babel transform tool for transpiling scripts for the Roll20 sandbox.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -153,3 +153,3 @@ const babelParser = require('@babel/parser')

const moduleName = getModule(path)
const exportName = `__export__${moduleName.slice(1, -1).replace(/[/-]/g, '_')}`
const exportName = `__export__${moduleName.slice(1, -1).replace(/[/-.]/g, '_')}`

@@ -156,0 +156,0 @@ exportBlock.__exports[exportName] = true

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