Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fengine

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengine - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

lib/utils.js

@@ -235,5 +235,5 @@ /**

// a//b/c ==> a/b/c
// //a//b/c ==> a/b/c
// //a/b/c ==> /a/b/c
// a///b/////c ==> a/b/c
path = path.replace(/\/{2,}/g, '/');
path = path.replace(/(^|[^:])\/{2,}/g, '$1/');

@@ -240,0 +240,0 @@ // Transfer path

{
"name": "fengine",
"version": "0.4.0",
"version": "0.4.1",
"description": "A development tool for f2e.",

@@ -39,5 +39,5 @@ "author": {

"js-yaml": "^3.10.0",
"file-send": "^3.0.0"
"file-send": "^3.0.1"
},
"readmeFilename": "README.md"
}
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