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

tinygame.xyz

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinygame.xyz - npm Package Compare versions

Comparing version 1.7.13 to 1.7.14

2

package.json
{
"name": "tinygame.xyz",
"version": "1.7.13",
"version": "1.7.14",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {},

@@ -78,3 +78,6 @@ function tarHref(type){

location_href += '/game/index.html?ts=' + getQueryString('ts');
location_href += '&nsukey=' + getQueryString('nsukey');
if (getQueryString('nsukey') != '0')
{
location_href += '&nsukey=' + getQueryString('nsukey');
}
alert(location_href);

@@ -81,0 +84,0 @@ location.href = location_href;

Sorry, the diff of this file is not supported yet

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