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

file-archive

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-archive - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -91,3 +91,3 @@

}
return []
return
}

@@ -94,0 +94,0 @@ parts[i] = items[items.length-1]

{
"name": "file-archive",
"version": "0.1.0",
"version": "0.1.1",
"description": "a fast file archiver writing files in a date based directory hierarchy",

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

@@ -14,4 +14,4 @@ # file-archive

const FileArchiver = require("file-archive")
const archive = new FileArchiver("/var/stuff", "map-", "json")
const FileArchive = require("file-archive")
const archive = new FileArchive("/var/stuff", "map-", "json")

@@ -18,0 +18,0 @@ This operation makes no change on disk.

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