libraries.io
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,3 +1,3 @@ | ||
import { LibrariesIOResult, PaginationOptions, Project, RepositoryWithDependencies } from '../../interfaces/'; | ||
import { RequestService } from '../../RequestService'; | ||
import { PaginationOptions, LibrariesIOResult, Project, RepositoryWithDependencies } from '../../interfaces/'; | ||
export declare class GitHubRepositoryAPI { | ||
@@ -4,0 +4,0 @@ private readonly requestService; |
@@ -0,3 +1,3 @@ | ||
import { Contributor, LibrariesIOResult, PaginationOptions, PlatformType, Project, Repository } from '../../interfaces/'; | ||
import { RequestService } from '../../RequestService'; | ||
import { Contributor, LibrariesIOResult, PaginationOptions, Project, Repository, PlatformType } from '../../interfaces/'; | ||
export declare class GitHubUserAPI { | ||
@@ -4,0 +4,0 @@ private readonly requestService; |
@@ -0,3 +1,3 @@ | ||
import { LibrariesIOResult, PaginationOptions, Platform } from '../interfaces/'; | ||
import { RequestService } from '../RequestService'; | ||
import { LibrariesIOResult, Platform, PaginationOptions } from '../interfaces/'; | ||
export declare class PlatformAPI { | ||
@@ -4,0 +4,0 @@ private readonly requestService; |
@@ -0,3 +1,3 @@ | ||
import { Contributor, LibrariesIOResult, PaginationOptions, PlatformType, Project, ProjectUsage, ProjectWithDependencies, Repository, SearchOptions } from '../interfaces/'; | ||
import { RequestService } from '../RequestService'; | ||
import { Contributor, LibrariesIOResult, PaginationOptions, PlatformType, Project, ProjectUsage, ProjectWithDependencies, Repository, SearchOptions } from '../interfaces/'; | ||
export declare class ProjectAPI { | ||
@@ -4,0 +4,0 @@ private readonly requestService; |
@@ -0,3 +1,3 @@ | ||
import { LibrariesIOHeaders, LibrariesIOResult, PaginationOptions, PlatformType, PreReleaseOptions, Subscription } from '../interfaces/'; | ||
import { RequestService } from '../RequestService'; | ||
import { LibrariesIOHeaders, LibrariesIOResult, PaginationOptions, PlatformType, PreReleaseOptions, Subscription } from '../interfaces/'; | ||
export declare class UserAPI { | ||
@@ -4,0 +4,0 @@ private readonly requestService; |
/// <reference types="node" /> | ||
import { URL } from 'url'; | ||
import { ClientOptions, API } from './interfaces/'; | ||
import { API, ClientOptions } from './interfaces/'; | ||
export declare class LibrariesIO { | ||
@@ -5,0 +5,0 @@ private readonly requestService; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var api_1 = require("./api/"); | ||
var RequestService_1 = require("./RequestService"); | ||
var api_1 = require("./api/"); | ||
var LibrariesIO = /** @class */ (function () { | ||
@@ -6,0 +6,0 @@ function LibrariesIO(options) { |
@@ -8,3 +8,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +11,0 @@ extendStatics(d, b); |
@@ -91,4 +91,4 @@ "use strict"; | ||
perPage: 'per_page', | ||
query: 'q', | ||
sortBy: 'sort', | ||
query: 'q', | ||
}; | ||
@@ -95,0 +95,0 @@ var mappedParameters = {}; |
@@ -9,11 +9,14 @@ { | ||
"devDependencies": { | ||
"@types/jasmine": "3.3.0", | ||
"jasmine": "3.3.0", | ||
"nock": "10.0.2", | ||
"prettier": "1.15.2", | ||
"rimraf": "2.6.2", | ||
"@types/jasmine": "3.3.8", | ||
"jasmine": "3.3.1", | ||
"nock": "10.0.6", | ||
"prettier": "1.16.1", | ||
"rimraf": "2.6.3", | ||
"touch": "3.1.0", | ||
"ts-node": "7.0.1", | ||
"typedoc": "0.13.0", | ||
"typescript": "3.1.6" | ||
"ts-node": "8.0.1", | ||
"tslint": "5.12.1", | ||
"tslint-config-prettier": "1.17.0", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.2.4" | ||
}, | ||
@@ -40,2 +43,5 @@ "files": [ | ||
"dist:docs": "yarn clear:docs && yarn build:docs && nodetouch docs/.nojekyll", | ||
"lint": "yarn lint:ts && yarn lint:other", | ||
"lint:other": "yarn prettier --list-different", | ||
"lint:ts": "tslint --config tslint.json --project tsconfig.json \"**/*.ts\"", | ||
"prettier": "prettier --ignore-path .gitignore --write \"**/*.ts\"", | ||
@@ -45,3 +51,3 @@ "test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine" | ||
"types": "dist/index.d.ts", | ||
"version": "1.2.1" | ||
"version": "1.2.2" | ||
} |
@@ -1,2 +0,2 @@ | ||
# libraries.io.js [![Build Status](https://api.travis-ci.org/ffflorian/libraries.io.js.svg?branch=master)](https://travis-ci.org/ffflorian/libraries.io.js/) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ffflorian/libraries.io.js)](https://dependabot.com) | ||
# libraries.io.js [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ffflorian/libraries.io.js)](https://dependabot.com) | ||
@@ -3,0 +3,0 @@ A [libraries.io](https://libraries.io) API client. For a documentation on the API see https://libraries.io/api. |
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
77576
12