Socket
Socket
Sign inDemoInstall

awilix

Package Overview
Dependencies
16
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.0 to 3.0.0-rc.1

28

package.json
{
"name": "awilix",
"version": "3.0.0-rc.0",
"description":
"Simple dependency injection container + helper utilities to facilitate wiring of modules",
"version": "3.0.0-rc.1",
"description": "Simple dependency injection container + helper utilities to facilitate wiring of modules",
"main": "lib/awilix.js",

@@ -16,11 +15,13 @@ "typings": "lib/awilix.d.ts",

"test-watch": "npm run test -- --watch --reporter nyan",
"lint":
"npm run check && tslint --project tsconfig.json --fix \"{src,examples}/**/*.ts\" && prettier --write \"{src,examples}/**/*.{ts,js}\"",
"lint": "npm run check && tslint --project tsconfig.json --fix \"{src,examples}/**/*.ts\" && prettier --write \"{src,examples}/**/*.{ts,js}\"",
"precommit": "lint-staged && npm test",
"cover": "npm run test -- --coverage",
"coveralls":
"npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coveralls": "npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"do-publish": "npm run lint && npm run cover && npm publish"
},
"files": ["lib", "LICENSE.md", "README.md"],
"files": [
"lib",
"LICENSE.md",
"README.md"
],
"repository": {

@@ -81,4 +82,11 @@ "type": "git",

"testEnvironment": "node",
"coveragePathIgnorePatterns": ["/node_modules/", "__tests__"],
"moduleFileExtensions": ["ts", "tsx", "js"],
"coveragePathIgnorePatterns": [
"/node_modules/",
"__tests__"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {

@@ -85,0 +93,0 @@ "^.+\\.(j|t)sx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc