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

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.0.0 to 1.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.1.0](https://github.com/ing-bank/lion/compare/singleton-manager@1.0.0...singleton-manager@1.1.0) (2020-06-18)
### Features
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
# 1.0.0 (2020-05-18)

@@ -8,0 +19,0 @@

32

package.json
{
"name": "singleton-manager",
"version": "1.0.0",
"version": "1.1.0",
"description": "Manage singletons across multiple major versions so they converge to a single instance",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -16,2 +13,11 @@ "type": "git",

},
"main": "index.js",
"module": "index.js",
"files": [
"*.js",
"docs",
"src",
"test",
"test-helpers"
],
"scripts": {

@@ -25,2 +31,3 @@ "prepublishOnly": "../../scripts/npm-prepublish.js",

},
"sideEffects": false,
"keywords": [

@@ -30,13 +37,6 @@ "lion",

],
"main": "index.js",
"module": "index.js",
"sideEffects": false,
"files": [
"docs",
"src",
"test",
"test-helpers",
"*.js"
],
"gitHead": "f9ce60c08cf0c608f5f3a9ef9937c536f7782c11"
"publishConfig": {
"access": "public"
},
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524"
}

@@ -10,3 +10,3 @@ # Singleton Manager

```sh
```bash
npm i --save singleton-manager

@@ -304,1 +304,7 @@ ```

you can "hard" code it to the same versions.
```js script
export default {
title: 'Others/SingletonManager',
};
```
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