Huge News!Announcing our $40M Series B led by Abstract Ventures.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.51 to 0.0.52

3

dist/cjs/db.js

@@ -60,2 +60,5 @@ "use strict";

class Table extends autoImplement() {
findAttribute(name) {
return this.attributes.filter(_ => _.attributeName === name)[0];
}
findField(name) {

@@ -62,0 +65,0 @@ return this.attributes.filter(_ => _.fieldName === name)[0];

@@ -56,2 +56,5 @@ export const actions = Symbol("actions");

oid;
findAttribute(name) {
return this.attributes.filter(_ => _.attributeName === name)[0];
}
findField(name) {

@@ -58,0 +61,0 @@ return this.attributes.filter(_ => _.fieldName === name)[0];

@@ -85,2 +85,3 @@ export declare const actions: unique symbol;

oid?: number;
findAttribute(name: string): Attribute<unknown, unknown>;
findField(name: string): Attribute<unknown, unknown>;

@@ -87,0 +88,0 @@ }

2

package.json

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

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