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.2.1 to 1.3.0

8

CHANGELOG.md
# Change Log
## 1.3.0
### Minor Changes
- b2f981db: Add exports field in package.json
Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside.
## 1.2.1

@@ -4,0 +12,0 @@

9

package.json
{
"name": "singleton-manager",
"version": "1.2.1",
"version": "1.3.0",
"description": "Manage singletons across multiple major versions so they converge to a single instance",

@@ -26,2 +26,3 @@ "license": "MIT",

"scripts": {
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'",
"debug": "cd ../../ && npm run debug -- --group singleton-manager",

@@ -43,3 +44,5 @@ "debug:firefox": "cd ../../ && npm run debug:firefox -- --group singleton-manager",

"access": "public"
}
}
},
"exports": "./index.js",
"customElementsManifest": "custom-elements.json"
}
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