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

@a_kawashiro/jendeley

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a_kawashiro/jendeley - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

const db_name = options._optionValues.db_name == undefined
? "db.json"
? "jendeley_db.json"
: options._optionValues.db_name;

@@ -38,0 +38,0 @@ (0, gen_1.genDB)(pd, book_dirs_str, db_name);

@@ -6,3 +6,3 @@ {

},
"version": "0.0.3",
"version": "0.0.4",
"description": "",

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

@@ -17,5 +17,5 @@ # jendeley

```
jendeley launch --db <YOUR PDFs DIR>/jendeley_db.JSON
jendeley launch --db <YOUR PDFs DIR>/jendeley_db.json
```
Then you can see a screen like this!
![image](https://user-images.githubusercontent.com/3770618/207363753-e8f16a6e-9c5d-4943-a7de-11fbcdda935e.png)

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