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.22.11 to 7.22.15

2

lib/const-enum.js

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

exports.default = transpileConstEnum;
var _enum = require("./enum");
var _enum = require("./enum.js");
function transpileConstEnum(path, t) {

@@ -10,0 +10,0 @@ const {

@@ -10,5 +10,5 @@ "use strict";

var _helperCreateClassFeaturesPlugin = require("@babel/helper-create-class-features-plugin");
var _constEnum = require("./const-enum");
var _enum = require("./enum");
var _namespace = require("./namespace");
var _constEnum = require("./const-enum.js");
var _enum = require("./enum.js");
var _namespace = require("./namespace.js");
function isInType(path) {

@@ -15,0 +15,0 @@ switch (path.parent.type) {

{
"name": "@babel/plugin-transform-typescript",
"version": "7.22.11",
"version": "7.22.15",
"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.11",
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",

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

"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.11",
"@babel/types": "^7.22.11"
"@babel/traverse": "^7.22.15",
"@babel/types": "^7.22.15"
},

@@ -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

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