launcher-client
Advanced tools
Comparing version 0.0.3 to 1.0.0-alpha.0
{ | ||
"name": "launcher-client", | ||
"version": "0.0.3", | ||
"version": "1.0.0-alpha.0", | ||
"homepage": "https://github.com/fabric8-launcher/launcher-client", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
@@ -12,5 +13,5 @@ "type": "git", | ||
}, | ||
"main": "dist/launcher.client.js", | ||
"module": "dist/launcher.client.js", | ||
"types": "dist/launcher.client.d.ts", | ||
"main": "build/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/types/index.d.ts", | ||
"engines": { | ||
@@ -21,4 +22,5 @@ "node": ">= 8.9.0", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"test": "karma start" | ||
"build": "rm -rf ./build && rollup -c", | ||
"test": "jest", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -28,20 +30,16 @@ "dependencies": { | ||
"injection-js": "2.2.1", | ||
"lodash": "4.17.11", | ||
"reflect-metadata": "0.1.12" | ||
"lscache": "1.3.0", | ||
"reflect-metadata": "0.1.13" | ||
}, | ||
"devDependencies": { | ||
"@types/axios": "0.14.0", | ||
"@types/jasmine": "3.3.4", | ||
"@types/node": "10.12.18", | ||
"axios-mock-adapter": "1.15.0", | ||
"jasmine-core": "2.99.0", | ||
"karma": "3.1.4", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-jasmine": "2.0.1", | ||
"karma-mocha-reporter": "2.2.5", | ||
"karma-typescript": "3.0.13", | ||
"tslint": "5.12.1", | ||
"typescript": "3.2.2" | ||
} | ||
"@types/lscache": "1.0.29", | ||
"@types/node": "11.11.7", | ||
"axios-mock-adapter": "1.16.0", | ||
"rollup-plugin-json": "4.0.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"gitHead": "264ff797d8da59e7a3b5f6aca023aad23d9c84ae" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
288036
5
0
5375
0
1
3
31
1
+ Addedlscache@1.3.0
+ Addedlscache@1.3.0(transitive)
+ Addedreflect-metadata@0.1.13(transitive)
- Removedlodash@4.17.11
- Removedlodash@4.17.11(transitive)
- Removedreflect-metadata@0.1.12(transitive)
Updatedreflect-metadata@0.1.13