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
1.0.4
to
2.0.0
+2
-1
dist/datastore.js

@@ -1,2 +0,3 @@

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=datastore.js.map

@@ -1,3 +0,16 @@

export * from './datastore';
export const DATASTORE_VERSION = '1';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.DATASTORE_VERSION = void 0;
__exportStar(require("./datastore"), exports);
exports.DATASTORE_VERSION = '1';
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,8CAA4B;AACf,QAAA,iBAAiB,GAAG,GAAG,CAAC"}
{
"name": "@astronautlabs/datastore",
"version": "1.0.4",
"version": "2.0.0",
"description": "Isomorphic, abstracted, Firestore-compatible NoSQL data storage library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,3 +6,3 @@ {

"declarationDir": "./dist",
"module": "ES2015",
"module": "commonjs",
"moduleResolution": "node",

@@ -9,0 +9,0 @@ "experimentalDecorators": true,