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.2.0 to 7.4.3

16

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

@@ -21,11 +21,8 @@ "homepage": "https://babeljs.io/",

],
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex.git"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex",
"bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0",
"regexpu-core": "^4.1.3"
"@babel/helper-regex": "^7.4.3",
"regexpu-core": "^4.5.4"
},

@@ -36,5 +33,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/core": "^7.4.3",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
},
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91"
}

Sorry, the diff of this file is not supported yet

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