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

libraries.io

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libraries.io - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

CHANGELOG.md

@@ -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 @@

4

dist/interfaces/Options.d.ts

@@ -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

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