Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

esrap

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esrap - npm Package Compare versions

Comparing version
2.2.7
to
2.2.8
+1
-1
package.json
{
"name": "esrap",
"version": "2.2.7",
"version": "2.2.8",
"description": "Parse in reverse",

@@ -5,0 +5,0 @@ "repository": {

@@ -1409,2 +1409,4 @@ /** @import { TSESTree } from '@typescript-eslint/types' */

ImportSpecifier(node, context) {
if (node.importKind == 'type') context.write('type ');
if (

@@ -1419,3 +1421,2 @@ node.local.type === 'Identifier' &&

if (node.importKind == 'type') context.write('type ');
context.visit(node.local);

@@ -1422,0 +1423,0 @@ },