@cerebral/angular
Advanced tools
Comparing version 2.0.0 to 2.0.1-1505413095968
{ | ||
"name": "@cerebral/angular", | ||
"version": "2.0.0", | ||
"version": "2.0.1-1505413095968", | ||
"description": "Angular view for Cerebral", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^3.0.0" | ||
"cerebral": "^3.0.0-1505413095968" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"test": "TS_NODE_IGNORE=false mocha --require test/setup.ts --compilers ts:ts-node/register,tsx:ts-node/register --require ts-node/register test/**/*.ts*", | ||
"build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s", | ||
"build": "tsc -p ./src", | ||
"coverage": "nyc --reporter=lcov --reporter=json npm run test", | ||
@@ -46,0 +46,0 @@ "prepublish": "npm run build" |
{ | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"target": "es5", | ||
"module": "commonjs", | ||
"declaration": true, | ||
"outDir": "./dist", | ||
"strict": true, | ||
"lib": [ "es2015" , "DOM"] | ||
"experimentalDecorators": true, | ||
"target": "es5", | ||
"module": "commonjs", | ||
"declaration": true, | ||
"strict": true, | ||
"lib": [ "es2015" , "es2017", "dom"] | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
8735
13
120
2