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

sedentary

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sedentary - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

4

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Sedentary = exports.Type = exports.Transaction = exports.Table = exports.EntryBase = exports.differ = exports.DB = exports.Attribute = void 0;
exports.Sedentary = exports.Type = exports.transaction = exports.Transaction = exports.Table = exports.loaded = exports.EntryBase = exports.differ = exports.DB = exports.Attribute = void 0;
const db_1 = require("./db");

@@ -10,4 +10,6 @@ var db_2 = require("./db");

Object.defineProperty(exports, "EntryBase", { enumerable: true, get: function () { return db_2.EntryBase; } });
Object.defineProperty(exports, "loaded", { enumerable: true, get: function () { return db_2.loaded; } });
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return db_2.Table; } });
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return db_2.Transaction; } });
Object.defineProperty(exports, "transaction", { enumerable: true, get: function () { return db_2.transaction; } });
Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return db_2.Type; } });

@@ -14,0 +16,0 @@ const operators = ["=", ">", "<", ">=", "<=", "<>", "IN", "IS NULL", "LIKE", "NOT"];

import { actions, Attribute, EntryBase, loaded, Table, Transaction, transaction, Type } from "./db";
export { Attribute, DB, differ, EntryBase, Table, Transaction, Type } from "./db";
export { Attribute, DB, differ, EntryBase, loaded, Table, Transaction, transaction, Type } from "./db";
const operators = ["=", ">", "<", ">=", "<=", "<>", "IN", "IS NULL", "LIKE", "NOT"];

@@ -4,0 +4,0 @@ const allowedOption = ["indexes", "int8id", "parent", "primaryKey", "sync", "tableName"];

import { Attribute, DB, EntryBase, ForeignKeyOptions, Transaction, Type } from "./db";
export { Action, Attribute, DB, differ, EntryBase, ForeignKeyActions, ForeignKeyOptions, Index, Table, Transaction, Type } from "./db";
export { Action, Attribute, DB, differ, EntryBase, ForeignKeyActions, ForeignKeyOptions, Index, loaded, Table, Transaction, transaction, Type } from "./db";
export declare type TypeDefinition<T, E> = (() => Type<T, E>) | Type<T, E>;

@@ -4,0 +4,0 @@ export interface AttributeOptions<T, E> {

@@ -61,3 +61,3 @@ {

"types": "./dist/types/index.d.ts",
"version": "0.0.48"
"version": "0.0.49"
}
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