Socket
Socket
Sign inDemoInstall

6to5-core

Package Overview
Dependencies
66
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.3 to 3.6.4

lib/6to5/transformation/transformers/other/flow.js

1

lib/6to5/generation/generators/flow.js

@@ -33,4 +33,5 @@ "use strict";

exports.UnionTypeAnnotation =
exports.TypeCastExpression =
exports.VoidTypeAnnotation = function () {
// todo: implement these once we have a `--keep-types` option
};

@@ -15,2 +15,3 @@ module.exports = {

reactCompat: require("./other/react-compat"),
flow: require("./other/flow"),
react: require("./other/react"),

@@ -17,0 +18,0 @@

@@ -95,2 +95,3 @@ {

"TypeAnnotation": [],
"TypeCastExpression": ["expression"],
"TypeParameterDeclaration": [],

@@ -97,0 +98,0 @@ "TypeParameterInstantiation": [],

2

package.json
{
"name": "6to5-core",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "3.6.3",
"version": "3.6.4",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://6to5.org/",

Sorry, the diff of this file is too big to display

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