Socket
Socket
Sign inDemoInstall

jstransform

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransform - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "jstransform",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple AST visitor-based JS transformer",

@@ -5,0 +5,0 @@ "contributors": [

@@ -33,3 +33,3 @@ /**

var commentStartRe = /^\/\*\*?/;
var commentEndRe = /\*\/$/;
var commentEndRe = /\*+\/$/;
var wsRe = /[\t ]+/g;

@@ -36,0 +36,0 @@ var stringStartRe = /(\r?\n|^) *\*/g;

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