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

awilix

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awilix - npm Package Compare versions

Comparing version 4.3.3 to 4.3.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v4.3.4
- Move rollup-plugin-copy to devDependencies ([#236](https://github.com/jeffijoe/awilix/pull/236), [Evan Sosenko](https://github.com/razor-x))
# v4.3.3

@@ -2,0 +6,0 @@

6

package.json
{
"name": "awilix",
"version": "4.3.3",
"version": "4.3.4",
"description": "Extremely powerful dependency injection container.",

@@ -71,2 +71,3 @@ "main": "lib/awilix.js",

"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-resolve": "^5.2.0",

@@ -85,4 +86,3 @@ "rollup-plugin-replace": "^2.2.0",

"camel-case": "^4.1.2",
"glob": "^7.1.6",
"rollup-plugin-copy": "^3.4.0"
"glob": "^7.1.6"
},

@@ -89,0 +89,0 @@ "lint-staged": {

@@ -227,3 +227,3 @@ # Awilix

container.register({
mailService: asClass(MailService).lifetime(Lifetime.SINGLETON)
mailService: asClass(MailService).setLifetime(Lifetime.SINGLETON)
})

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