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.1.0 to 7.3.3

9

package.json
{
"name": "@babel/preset-typescript",
"version": "7.1.0",
"version": "7.3.3",
"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.1.0"
"@babel/plugin-transform-typescript": "^7.3.2"
},

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

"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.3.3",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
},
"gitHead": "d1fe2d05f4c468640facf40565e30f7110757f2d"
}
{
"presets": [["flow", {}, "before"], "typescript", ["flow", {}, "after"]],
"throws": "enum is a reserved word (1:0)"
"throws": "Unexpected reserved word 'enum' (1:0)"
}

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