Socket
Socket
Sign inDemoInstall

@babel/preset-typescript

Package Overview
Dependencies
62
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.7.0 to 7.7.2

8

package.json
{
"name": "@babel/preset-typescript",
"version": "7.7.0",
"version": "7.7.2",
"description": "Babel preset for TypeScript.",

@@ -17,3 +17,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-typescript",

"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.7.0"
"@babel/plugin-transform-typescript": "^7.7.2"
},

@@ -24,6 +24,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
"gitHead": "35f4d1276310bac6fede4a6f86a5c76f951e179e"
}

@@ -20,2 +20,3 @@ import { declare } from "@babel/helper-plugin-utils";

}
if (typeof isTSX !== "boolean") {

@@ -22,0 +23,0 @@ throw new Error(".isTSX must be a boolean, or undefined");

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