New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hackmd/api

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackmd/api - npm Package Compare versions

Comparing version
2.2.0
to
2.2.1
+2
-2
dist/index.d.ts

@@ -14,3 +14,3 @@ import { AxiosResponse } from 'axios';

updateNoteContent(noteId: string, content?: string): Promise<UpdateUserNote>;
updateNote(noteId: string, options: Pick<SingleNote, 'content' | 'readPermission' | 'writePermission' | 'permalink'>): Promise<AxiosResponse>;
updateNote(noteId: string, options: Partial<Pick<SingleNote, 'content' | 'readPermission' | 'writePermission' | 'permalink'>>): Promise<AxiosResponse>;
deleteNote(noteId: string): Promise<DeleteUserNote>;

@@ -21,4 +21,4 @@ getTeams(): Promise<GetUserTeams>;

updateTeamNoteContent(teamPath: string, noteId: string, content?: string): Promise<UpdateTeamNote>;
updateTeamNote(teamPath: string, noteId: string, options: Pick<SingleNote, 'content' | 'readPermission' | 'writePermission' | 'permalink'>): Promise<AxiosResponse>;
updateTeamNote(teamPath: string, noteId: string, options: Partial<Pick<SingleNote, 'content' | 'readPermission' | 'writePermission' | 'permalink'>>): Promise<AxiosResponse>;
deleteTeamNote(teamPath: string, noteId: string): Promise<DeleteTeamNote>;
}
{
"name": "@hackmd/api",
"version": "2.2.0",
"version": "2.2.1",
"description": "HackMD Node.js API Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",