Socket
Socket
Sign inDemoInstall

injection-js-umd

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    injection-js-umd

UMD bundle compiled from injection-js and @abraham/reflection by Minko Gechev and Abraham Williams


Version published
Maintainers
1
Install size
502 kB
Created

Readme

Source

UMD bundle compiled from typescript libraries injection-js and @abraham/reflection

npm i injection-js-umd

and add locally to the page

<script src="node_modules/dist/injection-js.umd.js"><script>

or from CDN

<script src="https://cdn.jsdelivr.net/npm/injection-js-umd@2.3.1/dist/injection-js.umd.js"><script>
const { ReflectiveInjector }  = window['injection-js'];

Compiled from dependencies

  • injection-js (by Minko Gechev) (Dependency injection library for JavaScript and TypeScript)
  • @abraham/reflection (by Abraham Williams) (Lightweight (3K) ES Module implementation of reflect-metadata)

Keywords

FAQs

Last updated on 20 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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