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

astray

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astray - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

24

index.d.ts

@@ -33,3 +33,3 @@ import * as AST from 'estree';

Comment: AST.Comment;
Position: AST.Position;
// Position: AST.Position;
Program: AST.Program;

@@ -61,3 +61,3 @@ Directive: AST.Directive;

Expression: AST.Expression;
BaseExpression: AST.BaseExpression;
// BaseExpression: AST.BaseExpression;
ChainElement: AST.ChainElement;

@@ -77,3 +77,3 @@ ChainExpression: AST.ChainExpression;

ConditionalExpression: AST.ConditionalExpression;
BaseCallExpression: AST.BaseCallExpression;
// BaseCallExpression: AST.BaseCallExpression;
CallExpression: AST.CallExpression;

@@ -84,3 +84,3 @@ SimpleCallExpression: AST.SimpleCallExpression;

Pattern: AST.Pattern;
BasePattern: AST.BasePattern;
// BasePattern: AST.BasePattern;
SwitchCase: AST.SwitchCase;

@@ -92,7 +92,7 @@ CatchClause: AST.CatchClause;

RegExpLiteral: AST.RegExpLiteral;
UnaryOperator: AST.UnaryOperator;
BinaryOperator: AST.BinaryOperator;
LogicalOperator: AST.LogicalOperator;
AssignmentOperator: AST.AssignmentOperator;
UpdateOperator: AST.UpdateOperator;
// UnaryOperator: AST.UnaryOperator;
// BinaryOperator: AST.BinaryOperator;
// LogicalOperator: AST.LogicalOperator;
// AssignmentOperator: AST.AssignmentOperator;
// UpdateOperator: AST.UpdateOperator;
ForOfStatement: AST.ForOfStatement;

@@ -112,3 +112,3 @@ Super: AST.Super;

Class: AST.Class;
BaseClass: AST.BaseClass;
// BaseClass: AST.BaseClass;
ClassBody: AST.ClassBody;

@@ -120,5 +120,5 @@ MethodDefinition: AST.MethodDefinition;

ModuleDeclaration: AST.ModuleDeclaration;
BaseModuleDeclaration: AST.BaseModuleDeclaration;
// BaseModuleDeclaration: AST.BaseModuleDeclaration;
ModuleSpecifier: AST.ModuleSpecifier;
BaseModuleSpecifier: AST.BaseModuleSpecifier;
// BaseModuleSpecifier: AST.BaseModuleSpecifier;
ImportDeclaration: AST.ImportDeclaration;

@@ -125,0 +125,0 @@ ImportSpecifier: AST.ImportSpecifier;

{
"name": "astray",
"version": "1.1.0",
"version": "1.1.1",
"repository": "lukeed/astray",

@@ -5,0 +5,0 @@ "description": "Walk an AST without being led astray",

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