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

namirasoft-account

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-account - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/row/Session.d.ts
import { BaseDatabaseRow } from "namirasoft-core";
export type Session = BaseDatabaseRow & {
game_id: number;
user_id: number;

@@ -5,0 +4,0 @@ device_id: number;

6

package.json
{
"name": "namirasoft-account",
"description": "Namira Software Corporation Account Package",
"version": "1.0.0",
"description": "Namira Software Corporation Account NPM Package",
"version": "1.0.1",
"main": "./dist/index.js",

@@ -13,2 +13,2 @@ "types": "./dist/index.d.ts",

}
}
}

@@ -5,3 +5,2 @@ import { BaseDatabaseRow } from "namirasoft-core";

{
game_id: number;
user_id: number;

@@ -8,0 +7,0 @@ device_id: number;

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