libraries.io
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.1](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@1.3.0...libraries.io@1.3.1) (2019-04-05) | ||
**Note:** Version bump only for package libraries.io | ||
# [1.3.0](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@1.2.10...libraries.io@1.3.0) (2019-04-05) | ||
@@ -8,0 +16,0 @@ |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { URL } from 'url'; | ||
export declare type SortType = 'contributions_count' | 'created_at' | 'dependent_repos_count' | 'dependents_count' | 'latest_release_published_at' | 'rank' | 'stars'; | ||
@@ -12,3 +10,3 @@ export interface FilterOptions { | ||
apiKey: string; | ||
apiUrl?: URL; | ||
apiUrl?: string; | ||
} | ||
@@ -15,0 +13,0 @@ export interface PreReleaseOptions { |
@@ -22,3 +22,3 @@ "use strict"; | ||
} | ||
this.options = options; | ||
this.options = __assign({ apiUrl: 'https://libraries.io/api' }, options); | ||
var requestInjector = function (config) { | ||
@@ -37,3 +37,3 @@ config.data = __assign({}, config.data, { api_key: _this.options.apiKey }); | ||
this.apiClient = new api_client_1.APIClient({ | ||
apiUrl: 'https://libraries.io/api', | ||
apiUrl: this.options.apiUrl, | ||
requestInjector: requestInjector, | ||
@@ -40,0 +40,0 @@ }); |
{ | ||
"author": "Florian Keller <github@floriankeller.de>", | ||
"dependencies": { | ||
"@types/node": "11.13.0", | ||
"axios": "0.18.0" | ||
@@ -10,2 +9,3 @@ }, | ||
"@types/jasmine": "3.3.12", | ||
"@types/node": "11.13.0", | ||
"jasmine": "3.4.0", | ||
@@ -36,4 +36,4 @@ "nock": "10.0.6", | ||
}, | ||
"version": "1.3.0", | ||
"gitHead": "d651d00e2ede25fec707518ff7a4685248ee9654" | ||
"version": "1.3.1", | ||
"gitHead": "5728b42b55bc289d49bb39c61bd938e425c29f6d" | ||
} |
Sorry, the diff of this file is not supported yet
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
75300
1
7
1246
- Removed@types/node@11.13.0
- Removed@types/node@11.13.0(transitive)