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

csl-consolidate

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

csl-consolidate - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

6

lib/csl-consolidate.js

@@ -11,5 +11,5 @@ import axios from 'axios';

const http = RateLimit(axios.create(), {
maxRequests: 20,
perMilliseconds: 1000,
maxRPS: 20,
// maxRequests: 20,
// perMilliseconds: 1000,
maxRPS: 50,
});

@@ -16,0 +16,0 @@ const crossRefResponses = [];

{
"name": "csl-consolidate",
"version": "0.1.1",
"version": "0.1.3",
"type": "module",

@@ -39,10 +39,11 @@ "license": "GPL-3.0-or-later",

"dependencies": {
"@hokify/axios-rate-limit": "2.0.5",
"axios": "0.27.2",
"@hokify/axios-rate-limit": "^2.0.5",
"axios": "^0.27.2",
"csl-json": "0.1.0",
"similarity": "1.2.1",
"utility-types": "3.10.0",
"crossref-json": "0.1.3",
"crossref-to-csl": "0.1.3"
}
}
"similarity": "^1.2.1",
"utility-types": "^3.10.0",
"crossref-json": "0.1.4",
"crossref-to-csl": "0.1.4"
},
"devDependencies": {}
}

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