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 2.2.8 to 2.2.9

8

CHANGELOG.md

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

## [2.2.9](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@2.2.8...libraries.io@2.2.9) (2020-05-24)
**Note:** Version bump only for package libraries.io
## [2.2.8](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@2.2.7...libraries.io@2.2.8) (2020-05-13)

@@ -8,0 +16,0 @@

2

dist/api/GitHub/index.js

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ __exportStar(require("./GitHubRepositoryAPI"), exports);

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ __exportStar(require("./GitHub/"), exports);

@@ -121,2 +121,3 @@ "use strict";

const endpoint = Endpoints_1.Endpoint.Project.search();
// eslint-disable-next-line id-length
const { data } = yield this.apiClient.get(endpoint, { data: Object.assign(Object.assign({}, options), { q: query }) });

@@ -123,0 +124,0 @@ return data;

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ __exportStar(require("./LibrariesIO"), exports);

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ __exportStar(require("./API"), exports);

@@ -31,8 +31,2 @@ export declare type SortType = 'contributions_count' | 'created_at' | 'dependent_repos_count' | 'dependents_count' | 'latest_release_published_at' | 'rank' | 'stars';

export declare type HttpMethod = 'delete' | 'get' | 'post' | 'put';
export declare enum HttpStatus {
FORBIDDEN = 403,
NO_CONTENT = 204,
NOT_FOUND = 404,
TOO_MANY_REQUESTS = 429
}
export declare type PlatformType = 'alcatraz' | 'atom' | 'bower' | 'cargo' | 'carthage' | 'clojars' | 'cocoapods' | 'cpan' | 'cran' | 'dub' | 'elm' | 'emacs' | 'go' | 'hackage' | 'haxelib' | 'hex' | 'homebrew' | 'inqlude' | 'julia' | 'maven' | 'meteor' | 'nimble' | 'npm' | 'nuget' | 'packagist' | 'platformio' | 'pub' | 'puppet' | 'purescript' | 'pypi' | 'racket' | 'rubygems' | 'sublime' | 'swiftpm' | 'wordpress';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpStatus = void 0;
var HttpStatus;
(function (HttpStatus) {
HttpStatus[HttpStatus["FORBIDDEN"] = 403] = "FORBIDDEN";
HttpStatus[HttpStatus["NO_CONTENT"] = 204] = "NO_CONTENT";
HttpStatus[HttpStatus["NOT_FOUND"] = 404] = "NOT_FOUND";
HttpStatus[HttpStatus["TOO_MANY_REQUESTS"] = 429] = "TOO_MANY_REQUESTS";
})(HttpStatus = exports.HttpStatus || (exports.HttpStatus = {}));
//# sourceMappingURL=Options.js.map

@@ -9,8 +9,8 @@ {

"@types/jasmine": "3.5.10",
"@types/node": "~12",
"@types/node": "~14",
"jasmine": "3.5.0",
"rimraf": "3.0.2",
"ts-node": "8.10.1",
"typedoc": "0.17.6",
"typescript": "3.9.2"
"typedoc": "0.17.7",
"typescript": "3.9.3"
},

@@ -40,4 +40,4 @@ "engines": {

},
"version": "2.2.8",
"gitHead": "83ef1874135de311bd7647b235788f12e37de459"
"version": "2.2.9",
"gitHead": "fd557b1639ead6cb872ec829657a6701fc2fc752"
}

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