Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

namirasoft-site

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-site - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

4

dist/NSBaseMetaDatabase.d.ts
import { BaseMetaDatabase } from "namirasoft-core";
import { NSBaseMetaTable } from "./NSBaseMetaTable";
export declare abstract class NSBaseMetaDatabase extends BaseMetaDatabase {
tables: {
[name: string]: NSBaseMetaTable;
};
product: {

@@ -4,0 +8,0 @@ id: string;

@@ -8,2 +8,3 @@ "use strict";

super();
this.tables = {};
this.product = product;

@@ -10,0 +11,0 @@ }

2

package.json

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.4.4",
"version": "1.4.5",
"author": "Amir Abolhasani",

@@ -14,0 +14,0 @@ "license": "MIT",

import { BaseMetaDatabase } from "namirasoft-core";
import { NSBaseMetaTable } from "./NSBaseMetaTable";
export abstract class NSBaseMetaDatabase extends BaseMetaDatabase
{
override tables: { [name: string]: NSBaseMetaTable; } = {};
public product: {

@@ -6,0 +8,0 @@ id: string;

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