Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

com.backnd.database

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.backnd.database - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+3
-2
package.json
{
"name": "com.backnd.database",
"version": "0.0.6",
"version": "0.0.7",
"displayName": "BACKND Database",
"description": "BACKND Database is a Unity SDK for seamless integration with BACKND cloud database services.\n\nEasily manage and synchronize game data such as player profiles, game states, and leaderboards across multiple platforms.\nIdeal for Unity developers looking to implement robust database solutions without complex backend setups.",
"unity": "2021.3",
"documentationUrl": "https://docs.backnd.com/sdk-docs/database/intro",
"keywords": [

@@ -15,3 +16,3 @@ "backnd",

"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.backnd.tools": "0.0.3"
"com.backnd.tools": "0.0.4"
},

@@ -18,0 +19,0 @@ "category": "SDK",

+1
-1

@@ -73,3 +73,3 @@ using System;

/// </summary>
public async BTask<TransactionResult> CommitAsync()
public async BTask<TransactionResult> Commit()
{

@@ -76,0 +76,0 @@ // 미완료 작업이 있으면 flush

MIT License
Copyright (c) 2025 backnd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Sorry, the diff of this file is not supported yet