Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsdoc-type-pratt-parser

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-type-pratt-parser - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

22

dist/src/Precedence.d.ts
export declare enum Precedence {
ALL = 0,
PARAMETER_LIST = 1,
UNION = 2,
INTERSECTION = 3,
PREFIX = 4,
POSTFIX = 5,
TUPLE = 6,
OBJECT = 7,
SYMBOL = 8,
OPTIONAL = 9,
NULLABLE = 10,
KEY_OF_TYPE_OF = 11,
KEY_VALUE = 12,
OBJECT = 2,
KEY_VALUE = 3,
UNION = 4,
INTERSECTION = 5,
PREFIX = 6,
POSTFIX = 7,
TUPLE = 8,
SYMBOL = 9,
OPTIONAL = 10,
NULLABLE = 11,
KEY_OF_TYPE_OF = 12,
FUNCTION = 13,

@@ -16,0 +16,0 @@ ARROW = 14,

{
"name": "jsdoc-type-pratt-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,2 +5,4 @@ // higher precedence = higher importance

PARAMETER_LIST,
OBJECT,
KEY_VALUE,
UNION,

@@ -11,3 +13,2 @@ INTERSECTION,

TUPLE,
OBJECT,
SYMBOL,

@@ -17,3 +18,2 @@ OPTIONAL,

KEY_OF_TYPE_OF,
KEY_VALUE,
FUNCTION,

@@ -20,0 +20,0 @@ ARROW,

Sorry, the diff of this file is too big to display

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