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.34 to 1.3.35

dist/IStorageCookie.d.ts

1

dist/index.d.ts

@@ -19,2 +19,3 @@ export * from "./BaseDatabaseRow";

export * from "./IStorage";
export * from "./IStorageCookie";
export * from "./IStorageLocal";

@@ -21,0 +22,0 @@ export * from "./IStorageMemory";

@@ -35,2 +35,3 @@ "use strict";

__exportStar(require("./IStorage"), exports);
__exportStar(require("./IStorageCookie"), exports);
__exportStar(require("./IStorageLocal"), exports);

@@ -37,0 +38,0 @@ __exportStar(require("./IStorageMemory"), exports);

6

package.json

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

"private": false,
"version": "1.3.34",
"version": "1.3.35",
"author": "Amir Abolhasani",

@@ -22,6 +22,6 @@ "license": "MIT",

"@types/node": "^20.12.12",
"axios": "^1.7.1",
"axios": "^1.7.2",
"moment": "^2.30.1",
"phone": "^3.1.43"
"phone": "^3.1.44"
}
}

@@ -19,2 +19,3 @@ export * from "./BaseDatabaseRow";

export * from "./IStorage";
export * from "./IStorageCookie";
export * from "./IStorageLocal";

@@ -21,0 +22,0 @@ export * from "./IStorageMemory";

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