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

crates.io

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crates.io - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

8

CHANGELOG.md

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

## [1.1.8](https://github.com/ffflorian/api-clients/tree/master/packages/crates.io/compare/crates.io@1.1.7...crates.io@1.1.8) (2020-04-26)
**Note:** Version bump only for package crates.io
## [1.1.7](https://github.com/ffflorian/api-clients/tree/master/packages/crates.io/compare/crates.io@1.1.6...crates.io@1.1.7) (2020-02-13)

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

4

dist/api/CratesAPI.d.ts

@@ -1,3 +0,3 @@

import { AxiosInstance } from 'axios';
import { AuthorsResult, CrateResult, DependenciesResult, DownloadsResult, FollowingResult, ReverseDependenciesResult, SearchOptions, SearchResult, TeamsResult, UrlResult, UsersResult, Version } from '../interfaces/';
import type { AxiosInstance } from 'axios';
import type { AuthorsResult, CrateResult, DependenciesResult, DownloadsResult, FollowingResult, ReverseDependenciesResult, SearchOptions, SearchResult, TeamsResult, UrlResult, UsersResult, Version } from '../interfaces/';
export declare class CratesAPI {

@@ -4,0 +4,0 @@ private readonly apiClient;

@@ -1,2 +0,2 @@

import { API, ClientOptions, Summary } from './interfaces';
import type { API, ClientOptions, Summary } from './interfaces';
export declare class CratesIO {

@@ -3,0 +3,0 @@ readonly api: API;

@@ -1,2 +0,2 @@

import { Category, Crate, Dependency, Download, Keyword, Team, User, Version } from '.';
import type { Category, Crate, Dependency, Download, Keyword, Team, User, Version } from '.';
export interface AuthorsResult {

@@ -3,0 +3,0 @@ meta: {

@@ -1,4 +0,4 @@

import { Category } from './Category';
import { Crate } from './Crate';
import { Keyword } from './Keyword';
import type { Category } from './Category';
import type { Crate } from './Crate';
import type { Keyword } from './Keyword';
export interface Summary {

@@ -5,0 +5,0 @@ just_updated: Crate[];

@@ -10,4 +10,4 @@ {

"rimraf": "3.0.2",
"typedoc": "0.16.9",
"typescript": "3.7.5"
"typedoc": "0.17.4",
"typescript": "3.8.3"
},

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

},
"version": "1.1.7",
"gitHead": "08390a7f62b23ce7b739618e364b9b8488f01111"
"version": "1.1.8",
"gitHead": "a98ad8f8bd717baeb1ac90b3bee5cec6bd0b9f50"
}
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