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

2

dist/cjs/Compiler/Interface/ICompiler.d.ts

@@ -5,3 +5,3 @@ export interface IHasAlteredable {

export interface ICodeable {
code: MagicString;
code: any;
}

@@ -8,0 +8,0 @@ export interface ICompilerResult extends ICodeable, IHasAlteredable {

@@ -5,3 +5,3 @@ export interface IHasAlteredable {

export interface ICodeable {
code: MagicString;
code: any;
}

@@ -8,0 +8,0 @@ export interface ICompilerResult extends ICodeable, IHasAlteredable {

{
"name": "@wessberg/di",
"version": "1.0.0",
"version": "1.0.1",
"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.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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