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 3.2.2 to 4.0.0

28

package.json
{
"name": "edge-lexer",
"version": "3.2.2",
"version": "4.0.0",
"description": "Parses raw markup files to converts them to Edge tokens",

@@ -35,7 +35,7 @@ "main": "build/index.js",

"devDependencies": {
"@adonisjs/mrm-preset": "^2.4.0",
"@adonisjs/require-ts": "^1.1.1",
"@types/node": "^14.14.20",
"@adonisjs/mrm-preset": "^3.0.0",
"@adonisjs/require-ts": "^2.0.2",
"@types/node": "^14.14.28",
"benchmark": "^2.1.4",
"commitizen": "^4.2.2",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",

@@ -45,15 +45,13 @@ "dedent": "^0.7.0",

"doctoc": "^2.0.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-adonis": "^1.0.15",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-adonis": "^1.2.1",
"eslint-plugin-prettier": "^3.3.1",
"github-label-sync": "^2.0.0",
"husky": "^4.3.7",
"husky": "^5.0.9",
"japa": "^3.1.1",
"japa-cli": "^1.0.1",
"mrm": "^2.5.13",
"np": "^7.2.0",
"npm-audit-html": "^1.5.0",
"mrm": "^2.5.18",
"np": "^7.4.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
},

@@ -78,3 +76,3 @@ "dependencies": {

"hooks": {
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md && npm audit --production --json | ./node_modules/.bin/npm-audit-html && git add npm-audit.html",
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md",
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"

@@ -81,0 +79,0 @@ }

@@ -7,3 +7,3 @@ <div align="center"><img src="https://res.cloudinary.com/adonis-js/image/upload/q_100/v1600679850/edge-banner_wao6ex.png" width="600px"></div>

[![circleci-image]][circleci-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
[![circleci-image]][circleci-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]

@@ -20,2 +20,3 @@ Edge lexer produces a list of `tokens` by scanning for [Edge whitelisted syntax](https://github.com/edge-js/syntax).

- [Table of contents](#table-of-contents)
- [Highlights](#highlights)

@@ -27,14 +28,14 @@ - [Performance](#performance)

- [Tokens](#tokens)
- [Tag Token](#tag-token)
- [Escaped Tag Token](#escaped-tag-token)
- [Raw Token](#raw-token)
- [Comment Token](#comment-token)
- [NewLine Token](#newline-token)
- [Mustache Token](#mustache-token)
- [Safe Mustache Token](#safe-mustache-token)
- [Escaped Mustache Token](#escaped-mustache-token)
- [Escaped Safe Mustache Token](#escaped-safe-mustache-token)
- [Tag Token](#tag-token)
- [Escaped Tag Token](#escaped-tag-token)
- [Raw Token](#raw-token)
- [Comment Token](#comment-token)
- [NewLine Token](#newline-token)
- [Mustache Token](#mustache-token)
- [Safe Mustache Token](#safe-mustache-token)
- [Escaped Mustache Token](#escaped-mustache-token)
- [Escaped Safe Mustache Token](#escaped-safe-mustache-token)
- [Properties](#properties)
- [BlockProp](#blockprop)
- [Prop](#prop)
- [BlockProp](#blockprop)
- [Prop](#prop)
- [Mustache expressions](#mustache-expressions)

@@ -494,6 +495,12 @@ - [Errors](#errors)

[circleci-url]: https://circleci.com/gh/edge-js/lexer 'circleci'
[npm-image]: https://img.shields.io/npm/v/edge-lexer.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/edge-lexer 'npm'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/edge-js/lexer?style=for-the-badge
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/edge-js/lexer?label=Synk%20Vulnerabilities&style=for-the-badge
[synk-url]: https://snyk.io/test/github/edge-js/lexer?targetFile=package.json "synk"
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