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

reactive-di

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-di - npm Package Compare versions

Comparing version 0.0.9 to 0.0.12

i/annotationInterfaces.js

26

package.json
{
"name": "reactive-di",
"version": "0.0.9",
"version": "0.0.12",
"description": "Reactive dependency injection",

@@ -8,3 +8,3 @@ "publishConfig": {

},
"main": "lib/index.js",
"main": "dist/index.js",
"config": {

@@ -21,5 +21,5 @@ "builddir": "."

"update": "ncu -ua && npm install",
"clean": "rm -rf $npm_package_config_builddir/lib coverage interfaces",
"build": "npm run clean && cp -rf src/interfaces ./ && rm -rf lib/__tests__ interfaces/annotation* interfaces/node* interfaces/plugin* && babel src --source-maps --out-dir $npm_package_config_builddir/lib",
"build.dev": "babel src --source-maps --out-dir $npm_package_config_builddir/lib --watch",
"clean": "rm -rf $npm_package_config_builddir/dist coverage interfaces",
"build": "npm run clean && babel src --source-maps --out-dir $npm_package_config_builddir/dist",
"build.dev": "babel src --source-maps --out-dir $npm_package_config_builddir/dist --watch",
"lint": "exit 0 && eslint src",

@@ -58,14 +58,13 @@ "check": "flow check",

"lib",
"interfaces"
"i"
],
"devDependencies": {
"babel-runtime": "5.x.x",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0-0",
"babel-plugin-espower": "^2.1.1",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-flow-comments": "^6.3.19",
"babel-plugin-module-alias": "^1.2.0",
"babel-plugin-syntax-decorators": "^6.5.0",
"babel-plugin-syntax-flow": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.5.0",

@@ -75,4 +74,5 @@ "babel-plugin-transform-runtime": "^6.5.2",

"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.0.0",
"eslint-config-airbnb": "5.0.0",
"babel-runtime": "5.x.x",
"eslint": "^1.x.x",
"eslint-config-airbnb": "5.0.1",
"eslint-config-airplus": "^1.1.1",

@@ -85,3 +85,5 @@ "eslint-plugin-react": "^3.16.1",

},
"dependencies": {}
"dependencies": {
"zen-observable": "^0.1.11"
}
}
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