Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-dotall-regex

Package Overview
Dependencies
65
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-rc.1 to 7.0.0-rc.2

10

package.json
{
"name": "@babel/plugin-transform-dotall-regex",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",

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

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-rc.1",
"@babel/helper-regex": "7.0.0-rc.1",
"@babel/helper-plugin-utils": "7.0.0-rc.2",
"@babel/helper-regex": "7.0.0-rc.2",
"regexpu-core": "^4.1.3"

@@ -33,5 +33,5 @@ },

"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/helper-plugin-test-runner": "7.0.0-rc.1"
"@babel/core": "7.0.0-rc.2",
"@babel/helper-plugin-test-runner": "7.0.0-rc.2"
}
}
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