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

zotero

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zotero - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

lib/message.js

@@ -76,3 +76,3 @@ // --- Dependencies ---

* The encoding of the response body, inferred from
* the response's `Content-Type` header.
* the response's `Content-Type` header.
*

@@ -91,3 +91,3 @@ * @property encoding

* The file type of the response body's content, inferred
* from the response's `Content-Type` header.
* from the response's `Content-Type` header.
*

@@ -232,7 +232,7 @@ * This value is used to select a suitable message parser.

if (this.encoding) res.setEncoding(this.encoding);
//if (this.encoding) res.setEncoding(this.encoding);
res.on('data', receiving);
res.once('end', function () {
res.once('end', function received() {
debug('receiving response data complete: %d bytes read', size);

@@ -239,0 +239,0 @@

{
"name": "zotero",
"version": "0.0.2",
"version": "0.0.3",
"description": "Zotero API client",

@@ -5,0 +5,0 @@ "main": "lib/zotero.js",

@@ -90,4 +90,4 @@ Zotero-Node

using the appropriate encoding. Having said that, it is very easy to add your own message
parsers to Zotero-Node, by addingthe them to `zotero.Messages.parsers`. For instance,
we could add a parser for Atom resonses like this:
parsers to Zotero-Node, by adding them to `zotero.Messages.parsers`. For instance,
we could add a parser for Atom responses like this:

@@ -94,0 +94,0 @@

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