@scalecube/api
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.0
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.1", | ||
"version": "0.0.2-alpha.0", | ||
"private": false, | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
"types": "dist/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib && rimraf es && rimraf dist", | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib", | ||
"build": "yarn build-rollup", | ||
@@ -19,7 +18,6 @@ "build-rollup": "rollup -c", | ||
"coverage": "yarn test-dom-env --coverage --collectCoverageFrom='src/**/*.**' --collectCoverageFrom='!tests/**/*.**'", | ||
"doc": "typedoc ./src/api --out ./doc --mode file --name 'Scalecube Microservice' --hideGenerator --readme ./README.md" | ||
"doc": "typedoc ./src --out ./doc --mode file --name 'Scalecube API' --hideGenerator --readme ./README.md" | ||
}, | ||
"author": "Scalecube (https://github.com/scalecube/scalecube-js)", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.13", | ||
"@types/node": "10.1.4", | ||
@@ -32,3 +30,4 @@ "rollup": "^1.14.6", | ||
"typescript": "^3.2.4" | ||
} | ||
}, | ||
"gitHead": "f12f8537d0784abfdf3c3bda10e6a7218e8c000d" | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
15672
7
1
111
1