Socket
Socket
Sign inDemoInstall

@glvnzn/web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glvnzn/web-sdk - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

23

dist/resources/games/types.d.ts
export declare type Game = {
id: number;
image: string;
provider: Provider;
type: string;
status: string;
name: string;
provider: string;
type: string;
cursor: string;
dateTimeCreated: string;
dateTimeLastUpdated: string;
hot: boolean;
rank: number;
enabled: boolean;
platform: string;
site: string;
id: string;
};

@@ -20,1 +28,8 @@ export declare type PageInfo = {

};
interface Provider {
id: string;
name: string;
dateTimeCreated: string;
dateTimeLastUpdated: string;
}
export {};

2

package.json
{
"name": "@glvnzn/web-sdk",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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