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 3.0.2 to 3.0.3

4

build/src/Edge/globals/index.js

@@ -15,7 +15,7 @@ "use strict";

const truncatise_1 = __importDefault(require("truncatise"));
const PrettyPrint_1 = require("./PrettyPrint");
const inspect_1 = __importDefault(require("@poppinss/inspect"));
const Context_1 = require("../../Context");
exports.GLOBALS = {
inspect: (value) => {
return Context_1.safeValue(new PrettyPrint_1.PrettyPrint().print(value));
return Context_1.safeValue(inspect_1.default.string.html(value));
},

@@ -22,0 +22,0 @@ truncate: (value, length = 20, options) => {

{
"name": "edge.js",
"version": "3.0.2",
"version": "3.0.3",
"description": "Template engine",

@@ -37,4 +37,4 @@ "main": "build/index.js",

"@poppinss/dev-utils": "^1.0.6",
"@types/node": "^13.11.1",
"commitizen": "^4.0.4",
"@types/node": "^13.13.4",
"commitizen": "^4.0.5",
"cz-conventional-changelog": "^3.1.0",

@@ -49,5 +49,5 @@ "dedent-js": "^1.0.1",

"js-stringify": "^1.0.2",
"mrm": "^2.2.1",
"mrm": "^2.3.0",
"np": "^6.2.1",
"ts-node": "^8.8.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"

@@ -69,2 +69,3 @@ },

"dependencies": {
"@poppinss/inspect": "^1.0.1",
"edge-error": "^1.0.4",

@@ -71,0 +72,0 @@ "edge-lexer": "^3.0.3",

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