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.18.12 to 7.19.0

lib/const-enum.js.map

4

lib/const-enum.js

@@ -66,2 +66,4 @@ "use strict";

path.remove();
}
}
//# sourceMappingURL=const-enum.js.map

@@ -279,2 +279,4 @@ "use strict";

}
}
}
//# sourceMappingURL=enum.js.map

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

{
if (!allowDeclareFields && !node.decorators) {
if (!allowDeclareFields && !node.decorators && !_core.types.isClassPrivateProperty(node)) {
path.remove();

@@ -537,2 +537,4 @@ }

exports.default = _default;
exports.default = _default;
//# sourceMappingURL=index.js.map

@@ -192,2 +192,4 @@ "use strict";

`;
}
}
//# sourceMappingURL=namespace.js.map
{
"name": "@babel/plugin-transform-typescript",
"version": "7.18.12",
"version": "7.19.0",
"description": "Transform TypeScript into ES.next",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.18.9",
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/helper-create-class-features-plugin": "^7.19.0",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/plugin-syntax-typescript": "^7.18.6"

@@ -29,6 +29,6 @@ },

"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.18.11",
"@babel/types": "^7.18.10"
"@babel/traverse": "^7.19.0",
"@babel/types": "^7.19.0"
},

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

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