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

@wessberg/di

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/di - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

package.json
{
"name": "@wessberg/di",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Dependency-Injection container that holds services and can produce instances of them as required. It mimics reflection by parsing the app at compile-time and supporting the generic-reflection syntax.",

@@ -19,3 +19,3 @@ "main": "./dist/cjs/index.js",

"test:pre": "npm run clean:compiled && tsc --module commonjs --target es2017 --sourceMap",
"test": "NODE_ENV=TEST npm run test:pre && ava --verbose"
"test": "NODE_ENV=TEST npm run test:pre && ava"
},

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@wessberg/codeanalyzer": "^1.0.4",
"@wessberg/codeanalyzer": "^1.0.5",
"@wessberg/fileloader": "^1.0.2",

@@ -45,0 +45,0 @@ "@wessberg/globalobject": "^1.0.2",

@@ -19,2 +19,6 @@ # DI (Dependency Injector) [![NPM version][npm-image]][npm-url]

**v1.0.7**:
- Bumped CodeAnalyzer dependency to v1.0.5.
**v1.0.6**:

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