csl-consolidate
Advanced tools
Comparing version 0.1.1 to 0.1.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14340
+ Addedcrossref-json@0.1.4(transitive)
+ Addedcrossref-to-csl@0.1.4(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedutility-types@3.11.0(transitive)
- Removedcrossref-json@0.1.3(transitive)
- Removedcrossref-to-csl@0.1.3(transitive)
- Removedutility-types@3.10.0(transitive)
Updatedaxios@^0.27.2
Updatedcrossref-json@0.1.4
Updatedcrossref-to-csl@0.1.4
Updatedsimilarity@^1.2.1
Updatedutility-types@^3.10.0