New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@playnation/game-sdk

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playnation/game-sdk - npm Package Compare versions

Comparing version 1.0.9-beta.1 to 1.0.9-beta.2

2

browser/bundle.d.ts
export * from './types';
export * from './utils';
export * from './websdk';
export * from './utils';
export * from './types';
export * from './utils';
export * from './websdk';
export * from './utils';
import { ErrorCode as e } from "./types.js";
import { IframeSDK as f } from "./websdk.js";
import { signPayload as t } from "./utils/signature.js";
import { u8aToHex as a } from "./utils/u8aToHex.js";
import { deepCopy as n } from "./utils/utils.js";
import { PlaynationSDKError as i } from "./utils/error.js";
import { signPayload as f } from "./utils/signature.js";
import { u8aToHex as t } from "./utils/u8aToHex.js";
import { deepCopy as a } from "./utils/utils.js";
import { PlaynationSDKError as n } from "./utils/error.js";
import { IframeSDK as i } from "./websdk.js";
export {
e as ErrorCode,
f as IframeSDK,
i as PlaynationSDKError,
n as deepCopy,
t as signPayload,
a as u8aToHex
i as IframeSDK,
n as PlaynationSDKError,
a as deepCopy,
f as signPayload,
t as u8aToHex
};
{
"name": "@playnation/game-sdk",
"version": "1.0.9-beta.1",
"version": "1.0.9-beta.2",
"description": "SDK for the games on Playnation",

@@ -14,4 +14,5 @@ "repository": {

"dev": "vite",
"build": "tsc && vite build",
"build-rollup": "tsc && vite build -c vite-rollup.config.ts",
"build": "yarn build:normal && yarn build:rollup",
"build:normal": "tsc && vite build",
"build:rollup": "tsc && vite build -c vite-rollup.config.ts",
"preview": "vite preview"

@@ -18,0 +19,0 @@ },

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