Socket
Socket
Sign inDemoInstall

edge.js

Package Overview
Dependencies
8
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.6 to 5.3.7

16

build/src/Edge/globals/index.d.ts

@@ -16,6 +16,6 @@ import { string } from '@poppinss/utils/build/helpers';

truncate: (value: string, length?: number, options?: {
completeWords?: boolean | undefined;
strict?: boolean | undefined;
suffix?: string | undefined;
} | undefined) => string;
completeWords?: boolean;
strict?: boolean;
suffix?: string;
}) => string;
/**

@@ -29,6 +29,6 @@ * Raise an exception

excerpt: (value: string, length?: number, options?: {
completeWords?: boolean | undefined;
strict?: boolean | undefined;
suffix?: string | undefined;
} | undefined) => string;
completeWords?: boolean;
strict?: boolean;
suffix?: string;
}) => string;
/**

@@ -35,0 +35,0 @@ * Using `"e"` because, `escape` is a global function in the

@@ -0,1 +1,2 @@

import { Loader } from '../Loader';
import { Compiler } from '../Compiler';

@@ -44,3 +45,3 @@ import { Processor } from '../Processor';

*/
loader: import("../Contracts").LoaderContract;
loader: import("../Contracts").LoaderContract | Loader;
/**

@@ -47,0 +48,0 @@ * The underlying compiler in use

{
"name": "edge.js",
"version": "5.3.6",
"version": "5.3.7",
"description": "Template engine",

@@ -39,5 +39,5 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^5.0.3",
"@adonisjs/require-ts": "^2.0.11",
"@adonisjs/require-ts": "^2.0.12",
"@poppinss/dev-utils": "^2.0.3",
"@types/node": "^17.0.34",
"@types/node": "^18.0.0",
"commitizen": "^4.2.4",

@@ -48,6 +48,6 @@ "cz-conventional-changelog": "^3.3.0",

"doctoc": "^2.2.0",
"eslint": "^8.15.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"github-label-sync": "^2.2.0",

@@ -57,5 +57,5 @@ "husky": "^8.0.1",

"mrm": "^4.0.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
"np": "^7.6.2",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},

@@ -77,6 +77,6 @@ "config": {

"@poppinss/inspect": "^1.0.1",
"@poppinss/utils": "^4.0.4",
"@poppinss/utils": "^5.0.0",
"edge-error": "^2.0.8",
"edge-lexer": "^4.0.10",
"edge-parser": "^8.0.14",
"edge-parser": "^8.1.0",
"js-stringify": "^1.0.2",

@@ -83,0 +83,0 @@ "macroable": "^7.0.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc