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

pang

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pang - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

package.json
{
"name": "pang",
"version": "0.5.6",
"version": "0.5.7",
"description": "A simple dependency injection library for node",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,2 +19,10 @@ # pang

domain.factory('configuration', {
server: {
port: 8080
}
})
domain.factory('repository', function(configuration) {

@@ -21,0 +29,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