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

clarity-pattern-parser

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarity-pattern-parser - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

6

index.d.ts
export declare class Node {
constructor(type: string, name: string, startIndex: number, endIndex: number);
filter(): Node[] | null;
filter(shouldKeep: (node: Node) => boolean): Node[];
clone(): Node;

@@ -9,3 +9,3 @@ toString(): string;

export declare class CompositeNode {
export declare class CompositeNode extends Node {
constructor(

@@ -25,3 +25,3 @@ type: string,

export declare class ValueNode {
export declare class ValueNode extends Node {
constructor(

@@ -28,0 +28,0 @@ type: string,

{
"name": "clarity-pattern-parser",
"type": "module",
"version": "2.0.9",
"version": "2.0.10",
"description": "",

@@ -6,0 +6,0 @@ "main": "./lib/index.js",

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