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

@spinajs/configuration-common

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration-common - npm Package Compare versions

Comparing version 2.0.86 to 2.0.87

lib/cjs/index.d.ts

15

package.json
{
"name": "@spinajs/configuration-common",
"version": "2.0.86",
"version": "2.0.87",
"description": "> TODO: description",

@@ -8,3 +8,10 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>",

"license": "ISC",
"exports": "./lib/index.js",
"main": "./lib/cjs/index.js",
"module": "./lib/mjs/index.js",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"type": "module",

@@ -18,3 +25,2 @@ "private": false,

],
"types": "lib",
"publishConfig": {

@@ -30,2 +36,3 @@ "access": "public"

"compile": "tsc -b tsconfig.json",
"compile:cjs": "tsc -b tsconfig.cjs.json",
"rimraf": "./node_modules/rimraf/bin.js",

@@ -46,5 +53,5 @@ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",

"dependencies": {
"@spinajs/di": "^2.0.86"
"@spinajs/di": "^2.0.87"
},
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
}
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