Socket
Socket
Sign inDemoInstall

edge-lexer

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-lexer - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

4

build/src/Contracts/index.d.ts

@@ -71,4 +71,4 @@ export declare enum MustacheTypes {

};
export declare type Tags = {
export interface Tags {
[name: string]: LexerTagDefinitionContract;
};
}
{
"name": "edge-lexer",
"version": "2.0.7",
"version": "2.0.8",
"description": "Parses raw markup files to converts them to Edge tokens",

@@ -34,10 +34,10 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^2.0.3",
"@types/node": "^12.6.2",
"@types/node": "^12.6.8",
"benchmark": "^2.1.4",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"dedent": "^0.7.0",
"del-cli": "^2.0.0",
"doctoc": "^1.4.0",
"husky": "^3.0.0",
"husky": "^3.0.1",
"japa": "^2.0.10",

@@ -52,3 +52,3 @@ "japa-cli": "^1.0.1",

"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-markdown": "^2.0.8",
"typedoc-plugin-markdown": "^2.0.11",
"typescript": "^3.5.3"

@@ -72,6 +72,2 @@ },

},
"gitHooks": {
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js",
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md"
},
"husky": {

@@ -78,0 +74,0 @@ "hooks": {

@@ -37,2 +37,3 @@ # Edge lexer

- [API Docs](#api-docs)
- [Raised exceptions](#raised-exceptions)
- [Maintainers](#maintainers)

@@ -415,2 +416,11 @@

## Raised exceptions
Following the links to documented error codes raised by the lexer.
- [E_CANNOT_SEEK_STATEMENT](errors/E_CANNOT_SEEK_STATEMENT.md)
- [E_UNCLOSED_CURLY_BRACE](errors/E_UNCLOSED_CURLY_BRACE.md)
- [E_UNCLOSED_PAREN](errors/E_UNCLOSED_PAREN.md)
- [E_UNCLOSED_TAG](errors/E_UNCLOSED_TAG.md)
- [E_UNOPENED_PAREN](errors/E_UNOPENED_PAREN.md)
## Maintainers

@@ -417,0 +427,0 @@ [Harminder virk](https://github.com/thetutlage)

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