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.2 to 0.1.3

1

lib/file.js

@@ -224,2 +224,3 @@

yield* stale.setSource(this.source)
if (!this.exists) return stale // file has been added
if (this.mtime.getTime() !== stale.mtime.getTime()) return stale

@@ -226,0 +227,0 @@ if (this.hash === stale.hash) return false

4

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

@@ -23,3 +23,3 @@ "name": "Jonathan Ong",

"co": "^3",
"mz": "0",
"mz": "1",
"is-generator": "0"

@@ -26,0 +26,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