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

namirasoft-core

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-core - npm Package Compare versions

Comparing version 1.3.62 to 1.3.63

2

dist/IStorageCookie.js

@@ -18,3 +18,3 @@ "use strict";

const ops = items[i].split("=");
ans[ops[0].trim()] = (_b = ops[1]) === null || _b === void 0 ? void 0 : _b.trim();
ans[ops[0].trim()] = (_b = ops[1]) === null || _b === void 0 ? void 0 : _b.trim().replace(/\%3D/gm, "=");
}

@@ -21,0 +21,0 @@ return ans;

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.3.62",
"version": "1.3.63",
"author": "Amir Abolhasani",

@@ -21,3 +21,3 @@ "license": "MIT",

"dependencies": {
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"axios": "^1.7.2",

@@ -24,0 +24,0 @@ "moment": "^2.30.1",

@@ -21,3 +21,3 @@ import { EncodingOperation } from "./EncodingOperation";

const ops = items[i].split("=");
ans[ops[0].trim()] = ops[1]?.trim();
ans[ops[0].trim()] = ops[1]?.trim().replace(/\%3D/gm, "=");
}

@@ -24,0 +24,0 @@ return ans;

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