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

@socketsecurity/sdk

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/sdk - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

28

package.json
{
"name": "@socketsecurity/sdk",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",

@@ -29,4 +29,4 @@ "description": "SDK for the Socket API client",

"formdata-node": "^5.0.0",
"got": "^12.5.2",
"pony-cause": "^2.1.4"
"got": "^12.5.3",
"pony-cause": "^2.1.8"
},

@@ -36,3 +36,3 @@ "devDependencies": {

"@tsconfig/node14": "^1.0.3",
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",

@@ -42,8 +42,8 @@ "@types/mocha": "^10.0.0",

"@types/tap": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"c8": "^7.12.0",
"chai": "^4.3.6",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.23.0",
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",

@@ -53,14 +53,14 @@ "eslint-config-standard-jsx": "^11.0.0",

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.9",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"husky": "^8.0.2",
"installed-check": "^6.0.4",
"mocha": "^10.1.0",
"nock": "^13.2.9",
"npm-run-all2": "^6.0.2",
"npm-run-all2": "^6.0.4",
"openapi-typescript": "^5.4.1",
"type-coverage": "^2.22.0",
"typescript": "^4.8.4"
"type-coverage": "^2.24.1",
"typescript": "~4.9.3"
},

@@ -67,0 +67,0 @@ "scripts": {

@@ -20,2 +20,6 @@ /**

};
"/report/delete/{id}": {
/** Delete a specific project report. */
delete: operations["deleteReport"];
};
"/report/list": {

@@ -29,2 +33,3 @@ /** Get all your project reports. */

* You can upload multiple lockfiles in the same request, but each filename must be unique.
*
* The name of the file must be in the supported list.

@@ -1883,2 +1888,26 @@ *

};
/** Delete a specific project report. */
deleteReport: {
parameters: {
path: {
id: string;
};
};
responses: {
/** Success */
200: {
content: {
"application/json": {
/** @default ok */
status: string;
};
};
};
400: components["responses"]["SocketBadRequest"];
401: components["responses"]["SocketUnauthorized"];
403: components["responses"]["SocketForbidden"];
404: components["responses"]["SocketNotFoundResponse"];
429: components["responses"]["SocketTooManyRequestsResponse"];
};
};
/** Get all your project reports. */

@@ -1908,2 +1937,3 @@ getReportList: {

* You can upload multiple lockfiles in the same request, but each filename must be unique.
*
* The name of the file must be in the supported list.

@@ -1931,3 +1961,2 @@ *

403: components["responses"]["SocketForbidden"];
404: components["responses"]["SocketNotFoundResponse"];
429: components["responses"]["SocketTooManyRequestsResponse"];

@@ -1934,0 +1963,0 @@ };

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