Socket
Socket
Sign inDemoInstall

ast-kit

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-kit - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

./dist/index.js

@@ -361,2 +361,4 @@ "use strict";

function walkImportDeclaration(imports, node) {
if (node.importKind === "type")
return;
const source = node.source.value;

@@ -363,0 +365,0 @@ for (const specifier of node.specifiers) {

@@ -361,2 +361,4 @@ "use strict";

function walkImportDeclaration(imports, node) {
if (node.importKind === "type")
return;
const source = node.source.value;

@@ -363,0 +365,0 @@ for (const specifier of node.specifiers) {

2

package.json
{
"name": "ast-kit",
"version": "0.4.1",
"version": "0.4.2",
"packageManager": "pnpm@8.6.0",

@@ -5,0 +5,0 @@ "description": "AST Toolkit.",

@@ -7,4 +7,2 @@ # ast-kit [![npm](https://img.shields.io/npm/v/ast-kit.svg)](https://npmjs.com/package/ast-kit)

> **WIP**
## Install

@@ -16,2 +14,4 @@

Node.js >= 16.14.0 required
## Sponsors

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

Sorry, the diff of this file is not supported yet

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