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
2
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 1.2.0 to 1.2.1

2

lib/api/Client.js

@@ -44,3 +44,3 @@ "use strict";

if (!transaction.isClosed()) {
transaction.commit();
yield transaction.commit();
}

@@ -47,0 +47,0 @@ return result;

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

"author": "Logilab",
"version": "1.2.0",
"version": "1.2.1",
"license": "LGPL-3.0-or-later",

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

@@ -30,3 +30,3 @@ import { Schema } from "../schema/Schema";

if (!transaction.isClosed()) {
transaction.commit();
await transaction.commit();
}

@@ -33,0 +33,0 @@ return result;

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