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 0.3.1 to 1.0.0

0

examples/simple/package.json

@@ -0,0 +0,0 @@ {

16

package.json
{
"name": "awilix",
"version": "0.3.1",
"version": "1.0.0",
"description": "Simple dependency injection container + helper utilities to facilitate wiring of modules",

@@ -36,13 +36,13 @@ "main": "lib/awilix.js",

"chai": "^3.5.0",
"coveralls": "^2.11.6",
"eslint": "^2.4.0",
"eslint-watch": "^2.1.10",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"coveralls": "^2.11.9",
"eslint": "^2.13.0",
"eslint-watch": "^2.1.11",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"glob": "^7.0.0"
"glob": "^7.0.4"
}
}

@@ -0,1 +1,3 @@

> This is the `v1` branch of Awilix for Node v4 and above. The API in v2 changed dramatically. If you are using Node v6 or above, you should consider migrating to the latest version.
# Awilix

@@ -6,4 +8,4 @@

[![devDependency Status](https://david-dm.org/jeffijoe/awilix/dev-status.svg)](https://david-dm.org/jeffijoe/awilix#info=devDependencies)
[![Build Status](https://travis-ci.org/jeffijoe/awilix.svg?branch=master)](https://travis-ci.org/jeffijoe/awilix)
[![Coverage Status](https://coveralls.io/repos/github/jeffijoe/awilix/badge.svg?branch=master)](https://coveralls.io/github/jeffijoe/awilix?branch=master)
[![Build Status](https://travis-ci.org/jeffijoe/awilix.svg?branch=v1)](https://travis-ci.org/jeffijoe/awilix)
[![Coverage Status](https://coveralls.io/repos/github/jeffijoe/awilix/badge.svg?branch=v1)](https://coveralls.io/github/jeffijoe/awilix?branch=v1)
[![Code Climate](https://codeclimate.com/github/jeffijoe/awilix/badges/gpa.svg)](https://codeclimate.com/github/jeffijoe/awilix)

@@ -16,3 +18,3 @@

```
npm install awilix --save
npm install awilix@1 --save
```

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