Socket
Socket
Sign inDemoInstall

edge-parser

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-parser - npm Package Compare versions

Comparing version 8.2.1 to 8.2.2

12

build/src/Contracts/index.d.ts

@@ -13,3 +13,3 @@ import { TagToken, LexerTagDefinitionContract, MustacheToken } from 'edge-lexer';

*/
export declare type AcornLoc = {
export type AcornLoc = {
start: {

@@ -24,10 +24,10 @@ line: number;

};
export declare type TagTransformer = (tag: TagToken) => void;
export declare type MustacheTransformer = (tag: MustacheToken) => void;
export declare type ClaimTagFn = (name: string) => LexerTagDefinitionContract | null;
export declare type OnLineFn = (line: string) => string;
export type TagTransformer = (tag: TagToken) => void;
export type MustacheTransformer = (tag: MustacheToken) => void;
export type ClaimTagFn = (name: string) => LexerTagDefinitionContract | null;
export type OnLineFn = (line: string) => string;
/**
* Parser options
*/
export declare type ParserOptions = {
export type ParserOptions = {
/**

@@ -34,0 +34,0 @@ * Is parsing in async mode

{
"name": "edge-parser",
"version": "8.2.1",
"version": "8.2.2",
"description": "Parser for edge template engine",

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

"dependencies": {
"acorn": "^8.8.0",
"astring": "^1.8.3",
"edge-error": "^2.0.8",
"edge-lexer": "^4.0.10",
"acorn": "^8.8.2",
"astring": "^1.8.4",
"edge-error": "^3.0.0",
"edge-lexer": "^5.0.2",
"js-stringify": "^1.0.2"

@@ -44,23 +44,23 @@ },

"@adonisjs/mrm-preset": "^5.0.3",
"@adonisjs/require-ts": "^2.0.12",
"@adonisjs/require-ts": "^2.0.13",
"@types/acorn": "^6.0.0",
"@types/astring": "^1.7.0",
"@types/node": "^18.7.14",
"commitizen": "^4.2.5",
"@types/node": "^18.15.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dedent-js": "^1.0.1",
"del-cli": "^5.0.0",
"doctoc": "^2.2.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"doctoc": "^2.2.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.2.1",
"github-label-sync": "^2.2.0",
"husky": "^8.0.1",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"japa": "^4.0.0",
"mrm": "^4.1.0",
"np": "^7.6.2",
"prettier": "^2.7.1",
"typescript": "^4.8.2",
"youch": "^3.2.1"
"mrm": "^4.1.14",
"np": "^7.6.4",
"prettier": "^2.8.5",
"typescript": "^5.0.2",
"youch": "^3.2.3"
},

@@ -67,0 +67,0 @@ "config": {

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