Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-typescript

Package Overview
Dependencies
61
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.4 to 7.23.5

3

lib/index.js

@@ -137,3 +137,4 @@ "use strict";

assigns.push(template.statement.ast`
this.${t.cloneNode(id)} = ${t.cloneNode(id)}`);
this.${t.cloneNode(id)} = ${t.cloneNode(id)}
`);
paramPath.replaceWith(paramPath.get("parameter"));

@@ -140,0 +141,0 @@ scope.registerBinding("param", paramPath);

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

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

"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-create-class-features-plugin": "^7.23.5",
"@babel/helper-plugin-utils": "^7.22.5",

@@ -30,6 +30,6 @@ "@babel/plugin-syntax-typescript": "^7.23.3"

"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.23.4",
"@babel/types": "^7.23.4"
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5"
},

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

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