🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@babel/plugin-transform-typescript

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-typescript - npm Package Compare versions

Comparing version

to
8.0.0-alpha.17

2

lib/index.js

@@ -607,3 +607,3 @@ import { declare } from '@babel/helper-plugin-utils';

} = api;
api.assertVersion("8.0.0-alpha.16");
api.assertVersion("8.0.0-alpha.17");
const JSX_PRAGMA_REGEX = /\*?\s*@jsx((?:Frag)?)\s+(\S+)/;

@@ -610,0 +610,0 @@ const {

{
"name": "@babel/plugin-transform-typescript",
"version": "8.0.0-alpha.16",
"version": "8.0.0-alpha.17",
"description": "Transform TypeScript into ES.next",

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

"dependencies": {
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.16",
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.16",
"@babel/helper-plugin-utils": "^8.0.0-alpha.16",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.16",
"@babel/plugin-syntax-typescript": "^8.0.0-alpha.16"
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.17",
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.17",
"@babel/helper-plugin-utils": "^8.0.0-alpha.17",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.17",
"@babel/plugin-syntax-typescript": "^8.0.0-alpha.17"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.16"
"@babel/core": "^8.0.0-alpha.17"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.16",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.16",
"@babel/traverse": "^8.0.0-alpha.16",
"@babel/types": "^8.0.0-alpha.16"
"@babel/core": "^8.0.0-alpha.17",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.17",
"@babel/traverse": "^8.0.0-alpha.17",
"@babel/types": "^8.0.0-alpha.17"
},

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