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

namirasoft-core

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/BaseDatabaseRow.d.ts

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

export type BaseDatabaseRow = {
id: number;
export type BaseDatabaseRow<ID> = {
id: ID;
createdAt: string;

@@ -4,0 +4,0 @@ updatedAt: string;

{
"name": "namirasoft-core",
"description": "Namira Software Corporation Core NPM Package",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/index.js",

@@ -12,3 +12,3 @@ "types": "./dist/index.d.ts",

"@types/md5": "^2.3.5",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"axios": "^1.6.2",

@@ -15,0 +15,0 @@ "md5": "^2.3.0",

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

export type BaseDatabaseRow =
export type BaseDatabaseRow<ID> =
{
id: number;
id: ID;
createdAt: string;

@@ -5,0 +5,0 @@ updatedAt: string;

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