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.2.1 to 1.2.2

dist/FileOperation.d.ts

2

dist/index.d.ts

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

export * from "./ErrorOperation";
export * from "./FileOperation";
export * from "./GeoOperation";

@@ -16,2 +17,3 @@ export * from "./HTTPError";

export * from "./ObjectService";
export * from "./PackageService";
export * from "./ParsedNameValue";

@@ -18,0 +20,0 @@ export * from "./PhoneOperation";

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

__exportStar(require("./ErrorOperation"), exports);
__exportStar(require("./FileOperation"), exports);
__exportStar(require("./GeoOperation"), exports);

@@ -32,2 +33,3 @@ __exportStar(require("./HTTPError"), exports);

__exportStar(require("./ObjectService"), exports);
__exportStar(require("./PackageService"), exports);
__exportStar(require("./ParsedNameValue"), exports);

@@ -34,0 +36,0 @@ __exportStar(require("./PhoneOperation"), exports);

5

package.json
{
"name": "namirasoft-core",
"description": "Namira Software Corporation Core NPM Package",
"version": "1.2.1",
"version": "1.2.2",
"main": "./dist/index.js",

@@ -12,2 +12,3 @@ "types": "./dist/index.d.ts",

"@types/md5": "^2.3.5",
"@types/node": "^20.10.3",
"axios": "^1.6.2",

@@ -18,2 +19,2 @@ "md5": "^2.3.0",

}
}
}

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

export * from "./ErrorOperation";
export * from "./FileOperation";
export * from "./GeoOperation";

@@ -16,2 +17,3 @@ export * from "./HTTPError";

export * from "./ObjectService";
export * from "./PackageService";
export * from "./ParsedNameValue";

@@ -18,0 +20,0 @@ export * from "./PhoneOperation";

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