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.0 to 4.3.1

4

CHANGELOG.md

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

# v4.3.1
- `GlobWithOptions` now includes `BuildResolverOptions` instead of `ResolverOptions` (fixes [#214](https://github.com/jeffijoe/awilix/issues/214))
# v4.3.0

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

4

lib/list-modules.d.ts
import * as glob from 'glob';
import { ResolverOptions } from './resolvers';
import { BuildResolverOptions } from './resolvers';
import { LifetimeType } from './awilix';

@@ -31,3 +31,3 @@ /**

*/
export declare type GlobWithOptions = [string] | [string, ResolverOptions<any> | LifetimeType];
export declare type GlobWithOptions = [string] | [string, BuildResolverOptions<any> | LifetimeType];
/**

@@ -34,0 +34,0 @@ * Returns a list of {name, path} pairs,

{
"name": "awilix",
"version": "4.3.0",
"version": "4.3.1",
"description": "Extremely powerful dependency injection container.",

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

"devDependencies": {
"@babel/core": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",

@@ -59,14 +59,14 @@ "@babel/preset-env": "^7.12.7",

"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@types/prettier": "^2.1.5",
"babel-jest": "^26.6.3",
"coveralls": "^3.1.0",
"husky": "^4.3.0",
"husky": "^4.3.4",
"istanbul": "^0.4.5",
"jest": "^26.6.3",
"lint-staged": "^10.5.2",
"prettier": "^2.2.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.33.3",
"rollup": "^2.34.1",
"rollup-plugin-commonjs": "^10.1.0",

@@ -85,3 +85,3 @@ "rollup-plugin-node-resolve": "^5.2.0",

"dependencies": {
"camel-case": "^4.1.1",
"camel-case": "^4.1.2",
"glob": "^7.1.6",

@@ -88,0 +88,0 @@ "rollup-plugin-copy": "^3.3.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