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

normalize-walker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-walker - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

lib/file.js

@@ -147,4 +147,5 @@

resolve: function (uri) {
var trailingSlash = /\/$/.test(uri) ? '/' : ''
return pathis.relative(uri)
? path.resolve(this.dirname, uri)
? (path.resolve(this.dirname, uri) + trailingSlash)
: uri

@@ -151,0 +152,0 @@ },

{
"name": "normalize-walker",
"description": "Walk down dependencies of JS, CSS, HTML, etc. and create a tree. ",
"version": "0.1.4",
"version": "0.1.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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