Socket
Socket
Sign inDemoInstall

edge.js

Package Overview
Dependencies
10
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

2

build/src/Loader/index.js

@@ -72,3 +72,3 @@ "use strict";

*/
if (template.indexOf('.')) {
if (template.indexOf('.') > -1) {
process.emitWarning('DeprecationWarning', 'edge: dot "." based path seperators are depreciated. We recommend using "/" instead');

@@ -75,0 +75,0 @@ template = template.replace(/\./g, '/');

{
"name": "edge.js",
"version": "3.0.4",
"version": "3.0.5",
"description": "Template engine",

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

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