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.15 to 1.3.16

dist/NamingConvention.d.ts

1

dist/index.d.ts

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

export * from "./IStorageMemory";
export * from "./NamingConvention";
export * from "./ObjectService";

@@ -20,0 +21,0 @@ export * from "./PackageService";

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

__exportStar(require("./IStorageMemory"), exports);
__exportStar(require("./NamingConvention"), exports);
__exportStar(require("./ObjectService"), exports);

@@ -36,0 +37,0 @@ __exportStar(require("./PackageService"), exports);

2

package.json

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

"private": false,
"version": "1.3.15",
"version": "1.3.16",
"main": "./dist/index.js",

@@ -14,0 +14,0 @@ "types": "./dist/index.d.ts",

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

export * from "./IStorageMemory";
export * from "./NamingConvention";
export * from "./ObjectService";

@@ -20,0 +21,0 @@ export * from "./PackageService";

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