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

tsdiskdb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdiskdb - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

0

.prettierrc.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import { EnrichModelType, ModelTypeBase, QueryType } from "./util";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Collection from "./collection";

3

dist/index.js

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -26,2 +26,3 @@ return result;

Object.defineProperty(exports, "__esModule", { value: true });
exports.collection = exports.util = void 0;
var path_1 = __importDefault(require("path"));

@@ -28,0 +29,0 @@ var chalk_1 = require("chalk");

@@ -0,0 +0,0 @@ export declare type ModelTypeBase = {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "tsdiskdb",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript disk-based JSON database for storing small structures with a Mongo-like interface",

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

"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"lodash": "^4.17.19",
"merge": "^1.2.1",
"typescript": "^3.9.7",
"uuid": "^8.2.0"
"peerDependencies": {
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"merge": "^2.1.1",
"typescript": "^4.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.158",
"@types/node": "^14.0.25",
"@types/uuid": "^8.0.0"
"@types/lodash": "^4.14.172",
"@types/node": "^16.6.2",
"@types/uuid": "^8.3.1"
}
}

@@ -0,0 +0,0 @@ # tsDiskDB

@@ -0,0 +0,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