Socket
Socket
Sign inDemoInstall

edge.js

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge.js - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

8

build/src/Contracts/index.d.ts

@@ -212,3 +212,3 @@ /**

/**
* Render a template synchronously
* Render a template asynchronously
*/

@@ -218,3 +218,3 @@ render(templatePath: string, state?: any): Promise<string>;

/**
* Render a template asynchronously
* Render a template synchronously
*/

@@ -349,3 +349,3 @@ renderSync(templatePath: string, state?: any): string;

/**
* Render a template synchronously
* Render a template asynchronously
*/

@@ -355,3 +355,3 @@ render(templatePath: string, state?: any): Promise<string>;

/**
* Render a template asynchronously
* Render a template synchronously
*/

@@ -358,0 +358,0 @@ renderSync(templatePath: string, state?: any): string;

{
"name": "edge.js",
"version": "5.1.0",
"version": "5.1.1",
"description": "Template engine",

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

"@adonisjs/mrm-preset": "^3.0.0",
"@adonisjs/require-ts": "^2.0.3",
"@adonisjs/require-ts": "^2.0.4",
"@poppinss/dev-utils": "^1.1.2",
"@types/node": "^15.0.1",
"@types/node": "^15.0.2",
"commitizen": "^4.2.3",

@@ -50,3 +50,3 @@ "cz-conventional-changelog": "^3.3.0",

"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.0",
"eslint-plugin-adonis": "^1.3.1",
"eslint-plugin-prettier": "^3.4.0",

@@ -53,0 +53,0 @@ "github-label-sync": "^2.0.0",

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