Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-dotall-regex

Package Overview
Dependencies
91
Maintainers
5
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.47 to 7.0.0-beta.48

6

lib/index.js

@@ -11,3 +11,3 @@ "use strict";

_helperPluginUtils = function _helperPluginUtils() {
_helperPluginUtils = function () {
return data;

@@ -22,3 +22,3 @@ };

_regexpuCore = function _regexpuCore() {
_regexpuCore = function () {
return data;

@@ -33,3 +33,3 @@ };

regex = function regex() {
regex = function () {
return data;

@@ -36,0 +36,0 @@ };

{
"name": "@babel/plugin-transform-dotall-regex",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",

@@ -24,13 +24,13 @@ "homepage": "https://babeljs.io/",

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.47",
"@babel/helper-regex": "7.0.0-beta.47",
"@babel/helper-plugin-utils": "7.0.0-beta.48",
"@babel/helper-regex": "7.0.0-beta.48",
"regexpu-core": "^4.1.3"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/helper-plugin-test-runner": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48",
"@babel/helper-plugin-test-runner": "7.0.0-beta.48"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc