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

@spinajs/configuration

Package Overview
Dependencies
Maintainers
0
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration - npm Package Compare versions

Comparing version 2.0.259 to 2.0.260

4

lib/cjs/config/configuration.d.ts

@@ -6,4 +6,8 @@ declare const config: {

};
app: {
name: string;
version: string;
};
};
export default config;
//# sourceMappingURL=configuration.d.ts.map

@@ -8,4 +8,8 @@ "use strict";

},
app: {
name: "spinajs",
version: "1.0.0"
}
};
exports.default = config;
//# sourceMappingURL=configuration.js.map

@@ -6,4 +6,8 @@ declare const config: {

};
app: {
name: string;
version: string;
};
};
export default config;
//# sourceMappingURL=configuration.d.ts.map

@@ -6,4 +6,8 @@ const config = {

},
app: {
name: "spinajs",
version: "1.0.0"
}
};
export default config;
//# sourceMappingURL=configuration.js.map

12

package.json
{
"name": "@spinajs/configuration",
"version": "2.0.259",
"version": "2.0.260",
"description": "framework configuration module",

@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js",

"dependencies": {
"@spinajs/configuration-common": "^2.0.259",
"@spinajs/di": "^2.0.259",
"@spinajs/exceptions": "^2.0.259",
"@spinajs/internal-logger": "^2.0.259",
"@spinajs/util": "2.0.259",
"@spinajs/configuration-common": "^2.0.260",
"@spinajs/di": "^2.0.260",
"@spinajs/exceptions": "^2.0.260",
"@spinajs/internal-logger": "^2.0.260",
"@spinajs/util": "2.0.260",
"ajv": "^8.12.0",

@@ -62,0 +62,0 @@ "ajv-formats": "^2.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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