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

@babel/preset-typescript

Package Overview
Dependencies
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/preset-typescript - npm Package Compare versions

Comparing version 8.0.0-alpha.13 to 8.0.0-alpha.14

2

lib/index.js

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

var index = declarePreset((api, opts) => {
api.assertVersion("8.0.0-alpha.13");
api.assertVersion("8.0.0-alpha.14");
const {

@@ -97,0 +97,0 @@ allExtensions,

{
"name": "@babel/preset-typescript",
"version": "8.0.0-alpha.13",
"version": "8.0.0-alpha.14",
"description": "Babel preset for TypeScript.",

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

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.13",
"@babel/helper-validator-option": "^8.0.0-alpha.13",
"@babel/plugin-syntax-jsx": "^8.0.0-alpha.13",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-alpha.13",
"@babel/plugin-transform-typescript": "^8.0.0-alpha.13"
"@babel/helper-plugin-utils": "^8.0.0-alpha.14",
"@babel/helper-validator-option": "^8.0.0-alpha.14",
"@babel/plugin-syntax-jsx": "^8.0.0-alpha.14",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-alpha.14",
"@babel/plugin-transform-typescript": "^8.0.0-alpha.14"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.13"
"@babel/core": "^8.0.0-alpha.14"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.13",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.13"
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14"
},

@@ -34,0 +34,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-preset-typescript",

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