Socket
Socket
Sign inDemoInstall

singleton-manager

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

singleton-manager - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

6

CHANGELOG.md
# Change Log
## 1.4.3
### Patch Changes
- 30805edf: Replace deprecated node folder exports with wildcard exports for docs
## 1.4.2

@@ -4,0 +10,0 @@

8

docs/overview.md

@@ -12,3 +12,3 @@ # Tools >> Singleton Manager >> Overview ||10

⚠️ You need to make SURE that only ONE version of `singleton-manager` is installed. For how see [Non Goals](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/#non-goals).
⚠️ You need to make SURE that only ONE version of `singleton-manager` is installed. For how see [Non Goals](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/#non-goals).

@@ -163,3 +163,3 @@ ### Example Singleton Users

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-fail/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-fail/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-fail/demo-app.js).

@@ -207,3 +207,3 @@

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-success/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-success/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-success/demo-app.js).

@@ -249,3 +249,3 @@

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-complex/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-complex/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-complex/demo-app.js).

@@ -252,0 +252,0 @@

{
"name": "singleton-manager",
"version": "1.4.2",
"version": "1.4.3",
"description": "Manage singletons across multiple major versions so they converge to a single instance",

@@ -46,4 +46,4 @@ "license": "MIT",

".": "./index.js",
"./docs/": "./docs/"
"./docs/*": "./docs/*"
}
}

@@ -12,3 +12,3 @@ # Tools >> Singleton Manager >> Overview ||10

⚠️ You need to make SURE that only ONE version of `singleton-manager` is installed. For how see [Non Goals](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/#non-goals).
⚠️ You need to make SURE that only ONE version of `singleton-manager` is installed. For how see [Non Goals](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/#non-goals).

@@ -163,3 +163,3 @@ ### Example Singleton Users

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-fail/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-fail/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-fail/demo-app.js).

@@ -207,3 +207,3 @@

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-success/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-success/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-success/demo-app.js).

@@ -249,3 +249,3 @@

➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/4bd5e4fc4dcadd802d0856c0e73e3af559f40537/docs/docs/tools/singleton-manager/example-complex/index.md). <br>
➡️ See [it on the example page](https://github.com/ing-bank/lion/blob/745c809ce06b2dce0ee4e47749ce2b5ca23bd769/docs/docs/tools/singleton-manager/example-complex/index.md). <br>
➡️ See [the code](https://github.com/ing-bank/lion/tree/master/docs/docs/tools/singleton-manager/example-complex/demo-app.js).

@@ -252,0 +252,0 @@

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