Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-dotall-regex

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-dotall-regex - npm Package Compare versions

Comparing version 7.0.0-beta.50 to 7.0.0-beta.51

12

package.json
{
"name": "@babel/plugin-transform-dotall-regex",
"version": "7.0.0-beta.50",
"version": "7.0.0-beta.51",
"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.50",
"@babel/helper-regex": "7.0.0-beta.50",
"@babel/helper-plugin-utils": "7.0.0-beta.51",
"@babel/helper-regex": "7.0.0-beta.51",
"regexpu-core": "^4.1.3"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.49"
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.50",
"@babel/helper-plugin-test-runner": "7.0.0-beta.50"
"@babel/core": "7.0.0-beta.51",
"@babel/helper-plugin-test-runner": "7.0.0-beta.51"
}
}
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