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

@astronautlabs/datastore

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astronautlabs/datastore - npm Package Compare versions

Comparing version
3.1.3
to
3.1.4
+3
-0
dist/datastore.d.ts

@@ -48,2 +48,5 @@ import { Observable } from 'rxjs';

}
/**
* Specify a modifier for a field instead of a direct field value
*/
export interface DataStoreSentinels {

@@ -50,0 +53,0 @@ increment(number: number): unknown;

+2
-2
{
"name": "@astronautlabs/datastore",
"version": "3.1.3",
"version": "3.1.4",
"description": "Isomorphic, abstracted, Firestore-compatible NoSQL data storage library",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

},
"gitHead": "74157d797e7d43b50b243eab685ed78c70fb51de"
"gitHead": "a54221edbbac2c2932dc7e630c6cabbbb03cdcb3"
}

@@ -56,2 +56,5 @@ import { Observable } from 'rxjs';

/**
* Specify a modifier for a field instead of a direct field value
*/
export interface DataStoreSentinels {

@@ -58,0 +61,0 @@ increment(number : number) : unknown;