🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/plugin-transform-private-methods

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-private-methods - npm Package Compare versions

Comparing version
8.0.0
to
8.0.1
+4
-4
package.json
{
"name": "@babel/plugin-transform-private-methods",
"version": "8.0.0",
"version": "8.0.1",
"description": "This plugin transforms private class methods",

@@ -20,4 +20,4 @@ "repository": {

"dependencies": {
"@babel/helper-create-class-features-plugin": "^8.0.0",
"@babel/helper-plugin-utils": "^8.0.0"
"@babel/helper-create-class-features-plugin": "^8.0.1",
"@babel/helper-plugin-utils": "^8.0.1"
},

@@ -28,3 +28,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^8.0.0",
"@babel/core": "^8.0.1",
"@babel/helper-plugin-test-runner": "^8.0.0"

@@ -31,0 +31,0 @@ },