Comparing version 1.3.16 to 1.4.18
@@ -1,2 +0,3 @@ | ||
import { Subscription, BehaviorSubject } from 'rxjs'; | ||
import { Subscription } from 'rxjs/Subscription'; | ||
import { BehaviorSubject } from 'rxjs/BehaviorSubject'; | ||
import { IStreamMessage } from "./IStreamMessage"; | ||
@@ -3,0 +4,0 @@ import { ConnectionStatus } from './ConnectionStatus'; |
{ | ||
"name": "onix-app", | ||
"version": "1.3.16", | ||
"version": "1.4.18", | ||
"description": "Onix abstract application", | ||
@@ -9,2 +9,4 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"webpack": "webpack --config webpack.config.js", | ||
"stats": "webpack --profile --json > stats.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -34,4 +36,8 @@ }, | ||
"@types/node": "^7.0.66", | ||
"typescript": "^2.9.2" | ||
"clean-webpack-plugin": "^0.1.19", | ||
"ts-loader": "^4.4.2", | ||
"typescript": "^2.9.2", | ||
"webpack": "^4.14.0", | ||
"webpack-cli": "^3.0.8" | ||
} | ||
} |
@@ -1,2 +0,3 @@ | ||
import { Subscription, BehaviorSubject } from 'rxjs'; | ||
import { Subscription } from 'rxjs/Subscription'; | ||
import { BehaviorSubject } from 'rxjs/BehaviorSubject'; | ||
import { IStreamMessage } from "./IStreamMessage"; | ||
@@ -3,0 +4,0 @@ import { ConnectionStatus } from './ConnectionStatus'; |
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
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
11151
186
0
6