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

fspkg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fspkg - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

10

package.json

@@ -5,4 +5,4 @@ {

"description": "Export your file system as a CommonJS module or JSON object",
"tags" : ["json", "fs", "file", "fileify", "datauri", "mustache", "commonjs"],
"version": "0.2.0",
"tags" : ["json", "fs", "file", "fileify", "datauri", "mustache", "commonjs", "base64"],
"version": "0.2.1",
"homepage": "https://github.com/dandean/fspkg",

@@ -22,8 +22,8 @@ "repository": {

"dependencies": {
"mime": "*",
"commander": "*"
"mime": "1.2.7",
"commander": "1.0.4"
},
"devDependencies": {
"mocha": "*"
"mocha": "1.4.2"
}
}

@@ -46,3 +46,3 @@ fspkg: File System Packager

The module export is a shortcut to instantiating a new `Builder` and immediately
calling its `build` method, packaging the file-system at `path`.
its `build` method, packaging the file-system at `path`.

@@ -49,0 +49,0 @@ ```text

Sorry, the diff of this file is not supported yet

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