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

@doctorwork/write-easy

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctorwork/write-easy - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

1

lib/api.js

@@ -59,2 +59,3 @@ /*

export const request = (method, url, data = {}, options = {}) => {
alert(getCredentials("authToken"));
const payload = {

@@ -61,0 +62,0 @@ method: method.toUpperCase(),

@@ -111,5 +111,7 @@ var __awaiter =

let authTime = localStorage.getItem("authTime") || "0";
alert(123);
if (isHybrid) {
hybrid("loginOut");
} else {
alert(321);
localStorage.setItem("authTime", timestamp.toString());

@@ -128,4 +130,8 @@ localStorage.setItem("auth.redirect", location.href);

location.href = url;
alert(redirectUrl);
alert(authAccessUrl);
alert(extra);
alert(url);
}
}
};

2

package.json
{
"name": "@doctorwork/write-easy",
"version": "1.1.16",
"version": "1.1.17",
"description": "",

@@ -5,0 +5,0 @@ "main": "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