Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.8.3 to 5.8.5

4

lib/tokenize.js

@@ -541,6 +541,6 @@ "use strict";

if (!isRhino) {
tryCreateRegexp(tmp, undefined, start);
tryCreateRegexp.call(this, tmp, undefined, start);
// Get a regular expression object for this pattern-flag pair, or `null` in
// case the current environment doesn't support the flags it uses.
value = tryCreateRegexp(content, mods);
value = tryCreateRegexp.call(this, content, mods);
}

@@ -547,0 +547,0 @@ return this.finishToken(_tokentype.types.regexp, { pattern: content, flags: mods, value: value });

{
"name": "babylon",
"version": "5.8.3",
"version": "5.8.5",
"description": "",

@@ -5,0 +5,0 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc