New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubicweb/client

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubicweb/client - npm Package Compare versions

Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9

3

lib/api/Api.js

@@ -163,2 +163,5 @@ "use strict";

body: formData,
headers: {
"Content-Type": "multipart/form-data",
},
});

@@ -165,0 +168,0 @@ return new Transaction_1.TransactionResult(resultSets);

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Logilab",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"license": "LGPL-3.0-or-later",

@@ -8,0 +8,0 @@ "main": "lib/index.js",

@@ -227,2 +227,5 @@ import { ValidationError } from "../Errors";

body: formData,
headers: {
"Content-Type": "multipart/form-data",
},
}

@@ -229,0 +232,0 @@ );

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