Socket
Socket
Sign inDemoInstall

@babel/preset-typescript

Package Overview
Dependencies
Maintainers
5
Versions
90
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 7.0.0-beta.46 to 7.0.0-beta.47

6

lib/index.js

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

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

@@ -20,3 +20,3 @@ _helperPluginUtils = function _helperPluginUtils() {

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

@@ -32,3 +32,3 @@ _pluginTransformTypescript = function _pluginTransformTypescript() {

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

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

{
"name": "@babel/preset-typescript",
"version": "7.0.0-beta.46",
"version": "7.0.0-beta.47",
"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.46",
"@babel/plugin-transform-typescript": "7.0.0-beta.46"
"@babel/helper-plugin-utils": "7.0.0-beta.47",
"@babel/plugin-transform-typescript": "7.0.0-beta.47"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.46"
"@babel/core": "7.0.0-beta.47"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.46"
"@babel/core": "7.0.0-beta.47"
}
}
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