Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-proposal-typescript

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-proposal-typescript - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

44

package.json
{
"name": "babel-preset-proposal-typescript",
"version": "0.3.0",
"version": "1.0.0",
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.",

@@ -43,29 +43,29 @@ "main": "lib/index.js",

"peerDependencies": {
"@babel/core": "^7.0.0-beta.31",
"typescript": "^2.6.1"
"@babel/core": "^7.0.0",
"typescript": "^3.0.0"
},
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.54",
"@babel/plugin-proposal-function-bind": "^7.0.0-beta.54",
"@babel/plugin-proposal-function-sent": "^7.0.0-beta.54",
"@babel/plugin-proposal-json-strings": "^7.0.0-beta.54",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0-beta.54",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-beta.54",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.54",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.54",
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.54",
"@babel/plugin-syntax-decorators": "^7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54",
"@babel/plugin-syntax-typescript": "^7.0.0-beta.54"
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-typescript": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/babel-core": "^6.25.5",
"@types/jest": "^23.3.0",
"@types/node": "^10.5.2",
"jest": "^23.4.1",
"typescript": "^2.9.2"
"@types/jest": "^23.3.1",
"@types/node": "^10.9.4",
"jest": "^23.5.0",
"typescript": "^3.0.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc