reactive-di
Advanced tools
Comparing version 0.0.9 to 0.0.12
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
11727
1
13
236
+ Addedzen-observable@^0.1.11
+ Addedzen-observable@0.1.13(transitive)