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

crates.io

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crates.io - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.6](https://github.com/ffflorian/api-clients/tree/main/packages/crates.io/compare/crates.io@2.0.5...crates.io@2.0.6) (2021-04-22)
### Bug Fixes
* **crates.io:** Use q as query parameter ([9f94308](https://github.com/ffflorian/api-clients/tree/main/packages/crates.io/commit/9f94308c1c2e55addc91dffce14579d101fec05d))
## [2.0.5](https://github.com/ffflorian/api-clients/tree/main/packages/crates.io/compare/crates.io@2.0.4...crates.io@2.0.5) (2021-04-14)

@@ -8,0 +19,0 @@

4

dist/api/CratesAPI.js

@@ -69,3 +69,5 @@ "use strict";

const additionalConfig = {
params: Object.assign(Object.assign({}, options), { query }),
params: Object.assign(Object.assign({}, options), {
// eslint-disable-next-line id-length
q: query }),
};

@@ -72,0 +74,0 @@ const { data } = yield this.apiClient.get(endpoint, additionalConfig);

@@ -8,4 +8,3 @@ export interface ClientOptions {

per_page?: number;
query?: string;
sort?: string;
}

@@ -36,4 +36,4 @@ {

},
"version": "2.0.5",
"gitHead": "591f44ec4e67cfdda24a95237f02bb8abe076380"
"version": "2.0.6",
"gitHead": "d4c6d2a8a0beca363f087cddf50d7a4d94b1932e"
}

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