Socket
Socket
Sign inDemoInstall

@owja/ioc

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.2 to 1.0.0-beta.0

6

package.json
{
"name": "@owja/ioc",
"version": "1.0.0-alpha.2",
"version": "1.0.0-beta.0",
"description": "dependency injection for javascript",

@@ -24,3 +24,3 @@ "main": "dist/ioc.js",

"prettier:fix": "prettier src/**/*.ts --write",
"release": "npm run build && npm run lint && npm run test && npm run lint && npm login && git tag $npm_package_version && git push --tags && npm publish --access public"
"release": "npm run build && npm run lint && npm run test && npm run prettier && npm login && npm publish --access public"
},

@@ -39,3 +39,3 @@ "repository": {

"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jest": "22.6.3",
"jest": "^24.8.0",

@@ -42,0 +42,0 @@ "microbundle": "^0.11.0",

@@ -5,2 +5,3 @@ ![OWJA! IoC](resources/owja-ioc-logo.png)

[![codecov](https://codecov.io/gh/owja/ioc/branch/master/graph/badge.svg)](https://codecov.io/gh/owja/ioc)
[![Greenkeeper badge](https://badges.greenkeeper.io/owja/ioc.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/owja/ioc.svg?branch=master)](https://travis-ci.org/owja/ioc)

@@ -11,4 +12,5 @@ [![gzip size](http://img.badgesize.io/https://unpkg.com/@owja/ioc/dist/ioc.mjs?compression=gzip)](https://unpkg.com/@owja/ioc/dist/ioc.mjs)

This library implements dependency injection for javascript.
It is currently work in progress and in unstable alpha phase.
The API can change until 1.0.0 stable release.
It is currently work in progress and in unstable beta phase
but the API should not change anymore before 1.0.0 stable release
will arrived.

@@ -15,0 +17,0 @@ ### Usage

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc