You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-typescript

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.20.2 to 7.20.7

2

lib/index.js

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

}
} else if (child.isClassProperty() || child.isClassPrivateProperty()) {
} else if (child.isClassProperty() || child.isClassPrivateProperty() || child.isClassAccessorProperty()) {
classMemberVisitors.field(child);

@@ -364,0 +364,0 @@ }

{
"name": "@babel/plugin-transform-typescript",
"version": "7.20.2",
"version": "7.20.7",
"description": "Transform TypeScript into ES.next",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.20.2",
"@babel/helper-create-class-features-plugin": "^7.20.7",
"@babel/helper-plugin-utils": "^7.20.2",

@@ -29,6 +29,6 @@ "@babel/plugin-syntax-typescript": "^7.20.0"

"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.7",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.2"
"@babel/traverse": "^7.20.7",
"@babel/types": "^7.20.7"
},

@@ -35,0 +35,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc