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

boost2fs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boost2fs - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

index.js

24

package.json
{
"name": "boost2fs",
"description": "Conversion Boostnote to normal files.",
"version": "0.1.1",
"description": "Convert Boostnote to normal files.",
"version": "0.2.0",
"repository": "viko16/boost2fs",
"license": "MIT",
"main": "lib/index.js",
"main": "index.js",
"bin": {
"b2f": "bin/boost2fs.js"
"b2f": "cli.js"
},

@@ -16,4 +16,5 @@ "files": [

"keywords": [
"conversion",
"Boostnote"
"convert",
"Boostnote",
"markdown"
],

@@ -25,15 +26,18 @@ "author": "viko16 <16viko@gmail.com>",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "mocha --require async-to-gen/register",
"lint": "standard"
},
"devDependencies": {
"standard": "^9.0.0"
"coffee": "^4.1.0",
"mocha": "^3.5.0",
"standard": "^10.0.0"
},
"dependencies": {
"async-to-gen": "^1.3.3",
"colors": "^1.1.2",
"cson": "^4.1.0",
"fs-extra": "^4.0.1",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"mz": "^2.6.0"
"ora": "^1.3.0"
}
}

@@ -7,3 +7,3 @@ # boost2fs

🚀 Conversion Boostnote to normal files.
🚀 Convert Boostnote to normal files.

@@ -20,12 +20,12 @@

```bash
Conversion Boostnote to normal files.
Convert Boostnote to normal files.
Usage:
b2f [dir] [options]
b2f [baseDir] [options]
Commands:
dir Specify the input path, which includes 'boostnote.json' ( default: ./ )
baseDir Specify the input path, which includes 'boostnote.json' ( default: `process.cwd()` )
Options:
--output Specify the output path ( default: ./out )
-o, --output Specify the output path ( default: ./out )
-v, --version Output version number

@@ -32,0 +32,0 @@ -h, --help Output usage information

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