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.6.16 to 1.6.17

2

package.json
{
"name": "tinygame.xyz",
"version": "1.6.0016",
"version": "1.6.0017",
"main": "index.js",

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

@@ -80,10 +80,8 @@ var miaov = {};

var ttData = [
{"a":"http://dwz.cn/CfUfq",
"img":"http://ttcs2.aliapp.com/images/shouji.jpg"},
{"a":"http://dwz.cn/CfIZZ",
"img":"http://ttcs2.aliapp.com/images/jianfei.gif"}
];
function ads_html() {
var ttData;
$.ajaxSetup({async:false});
$.post("tsa.html", {"tsa":"tsa"}, function (data, state) {console.log(data);ttData = data;});
$.ajaxSetup({async:true});
var html;

@@ -90,0 +88,0 @@ html = '<style type="text/css">';

@@ -200,3 +200,14 @@ var express = require('express');

});
var ttData = [
{"a":"http://dwz.cn/CfUfq",
"img":"http://ttcs2.aliapp.com/images/shouji.jpg"},
{"a":"http://dwz.cn/CfIZZ",
"img":"http://ttcs2.aliapp.com/images/jianfei.gif"}
];
router.post('*/tsa.html', function(req, res){
res.send(ttData);
});
module.exports = router;

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