libraries.io
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -1,2 +0,2 @@ | ||
export declare type SortType = 'contributions_count' | 'created_at' | 'dependent_repos_count' | 'dependents_count' | 'latest_release_published_at' | 'rank' | 'stars'; | ||
export type SortType = 'contributions_count' | 'created_at' | 'dependent_repos_count' | 'dependents_count' | 'latest_release_published_at' | 'rank' | 'stars'; | ||
export interface FilterOptions { | ||
@@ -30,3 +30,3 @@ keywords?: string[]; | ||
} | ||
export declare type HttpMethod = 'delete' | 'get' | 'post' | 'put'; | ||
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'; | ||
export type HttpMethod = 'delete' | 'get' | 'post' | 'put'; | ||
export 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'; |
{ | ||
"author": "Florian Imdahl <git@ffflorian.de>", | ||
"dependencies": { | ||
"axios": "0.27.2" | ||
"axios": "1.3.3" | ||
}, | ||
"description": "A libraries.io API client", | ||
"devDependencies": { | ||
"@types/jasmine": "4.0.3", | ||
"@types/node": "~16", | ||
"jasmine": "4.2.1", | ||
"rimraf": "3.0.2", | ||
"ts-node": "10.8.2", | ||
"typedoc": "0.23.7", | ||
"typescript": "4.7.4" | ||
"@types/jasmine": "4.3.1", | ||
"@types/node": "~18", | ||
"jasmine": "4.5.0", | ||
"rimraf": "4.1.2", | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.23.25", | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -39,4 +39,4 @@ "engines": { | ||
}, | ||
"version": "3.2.2", | ||
"gitHead": "de96c79dfd3fd914a97be9ad7036d4b702e61740" | ||
"version": "3.2.3", | ||
"gitHead": "f839983cf7fb43815bf5ce9a0c627e1685c963c2" | ||
} |
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
103106
63
+ Addedaxios@1.3.3(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@1.3.3