New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bibtex-search

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bibtex-search - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

cli.js

@@ -98,6 +98,11 @@ #!/usr/bin/env node

console.log(reference);
clipboardy.writeSync(reference);
spinner.succeed('Copied to clipboard!');
try {
clipboardy.writeSync(reference);
spinner.succeed('Copied to clipboard!');
} catch (_e) {
// Ignore clipboard related errors - we've already
// printed the reference nonetheless.
}
}
main();
{
"name": "bibtex-search",
"version": "0.3.0",
"version": "0.3.1",
"description": "Search for BibTeX references",

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

@@ -26,3 +26,3 @@ # bibtex-search [![DroneCI](https://ci.abakus.no/api/badges/ekmartin/bibtex-search/status.svg?branch=master)](https://ci.abakus.no/ekmartin/bibtex-search)

Options:
--source, -s Where to find papers from - valid options: [google, acm]
--source, -s Where to find papers from (default: acm) - valid options: [acm, ieee, google]

@@ -29,0 +29,0 @@ Examples:

Sorry, the diff of this file is not supported yet

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