Socket
Socket
Sign inDemoInstall

@babel/preset-typescript

Package Overview
Dependencies
83
Maintainers
6
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.43 to 7.0.0-beta.44

10

lib/index.js

@@ -9,5 +9,5 @@ "use strict";

function _helperPluginUtils() {
const data = require("@babel/helper-plugin-utils");
var data = require("@babel/helper-plugin-utils");
_helperPluginUtils = function () {
_helperPluginUtils = function _helperPluginUtils() {
return data;

@@ -20,5 +20,5 @@ };

function _pluginTransformTypescript() {
const data = _interopRequireDefault(require("@babel/plugin-transform-typescript"));
var data = _interopRequireDefault(require("@babel/plugin-transform-typescript"));
_pluginTransformTypescript = function () {
_pluginTransformTypescript = function _pluginTransformTypescript() {
return data;

@@ -32,3 +32,3 @@ };

var _default = (0, _helperPluginUtils().declare)(api => {
var _default = (0, _helperPluginUtils().declare)(function (api) {
api.assertVersion(7);

@@ -35,0 +35,0 @@ return {

{
"name": "@babel/preset-typescript",
"version": "7.0.0-beta.43",
"version": "7.0.0-beta.44",
"description": "Babel preset for TypeScript.",

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

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.43",
"@babel/plugin-transform-typescript": "7.0.0-beta.43"
"@babel/helper-plugin-utils": "7.0.0-beta.44",
"@babel/plugin-transform-typescript": "7.0.0-beta.44"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.43"
"@babel/core": "7.0.0-beta.44"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.43"
"@babel/core": "7.0.0-beta.44"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc