New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flow-api-translator

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-api-translator - npm Package Compare versions

Comparing version

to
0.23.1

3

dist/flowToFlowDef.js

@@ -806,4 +806,5 @@ /**

case 'TypeCastExpression':
case 'AsExpression':
{
const typeAnnotation = superClass.typeAnnotation.typeAnnotation;
const typeAnnotation = superClass.type === 'TypeCastExpression' ? superClass.typeAnnotation.typeAnnotation : superClass.typeAnnotation;

@@ -810,0 +811,0 @@ if (typeAnnotation.type === 'GenericTypeAnnotation') {

@@ -978,3 +978,5 @@ /**

type: 'StringLiteralTypeAnnotation',
// $FlowFixMe[incompatible-call]
value: name,
// $FlowFixMe[incompatible-type]
raw: `'${name}'`

@@ -981,0 +983,0 @@ })

{
"name": "flow-api-translator",
"version": "0.23.0",
"version": "0.23.1",
"description": "Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.",

@@ -16,6 +16,6 @@ "main": "dist/index.js",

"flow-enums-runtime": "^0.0.6",
"hermes-eslint": "0.23.0",
"hermes-estree": "0.23.0",
"hermes-parser": "0.23.0",
"hermes-transform": "0.23.0",
"hermes-eslint": "0.23.1",
"hermes-estree": "0.23.1",
"hermes-parser": "0.23.1",
"hermes-transform": "0.23.1",
"typescript": "5.3.2"

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet