@byzanteam/carbonium
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@byzanteam/carbonium", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Carnonium", | ||
"main": "dist/carbonium.common.js", | ||
"main": "dist/carbonium.umd.js", | ||
"module": "dist/carbonium.esm.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"serve": "vue-cli-service serve examples/index.ts", | ||
"build": "vue-cli-service build --target lib --name carbonium src/index.ts", | ||
"lint": "vue-cli-service lint src examples types", | ||
"test": "vue-cli-service test:unit", | ||
"prepack": "npm run build" | ||
"serve": "webpack-dev-server", | ||
"build": "rollup -c --silent", | ||
"lint": "eslint '{examples,src,types}/**/*.{js,ts,vue}'", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -23,29 +23,39 @@ "files": [ | ||
"@byzanteam/carbonium-timer": "^0.1.1", | ||
"d3": "^5.11.0", | ||
"deepmerge": "^4.0.0", | ||
"d3": "^5.14.2", | ||
"deepmerge": "^4.2.2", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"vue-property-decorator": "^8.2.2" | ||
"vue-property-decorator": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.0.0", | ||
"@rollup/plugin-replace": "^2.2.1", | ||
"@types/d3": "^5.7.2", | ||
"@types/mocha": "^5.2.7", | ||
"@vue/cli-plugin-babel": "^3.11.0", | ||
"@vue/cli-plugin-eslint": "^3.11.0", | ||
"@vue/cli-plugin-typescript": "^3.11.0", | ||
"@vue/cli-plugin-unit-mocha": "^3.11.0", | ||
"@vue/cli-service": "^3.11.0", | ||
"@vue/eslint-config-airbnb": "^4.0.1", | ||
"@vue/eslint-config-typescript": "^3.2.0", | ||
"@vue/test-utils": "^1.0.0-beta.29", | ||
"babel-eslint": "^10.0.3", | ||
"canvas": "^2.5.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"node-sass": "^4.12.0", | ||
"sass-loader": "^7.0.1", | ||
"typescript": "~3.1.1", | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/parser": "^2.9.0", | ||
"css-loader": "^3.2.0", | ||
"eslint": "^6.7.1", | ||
"eslint-plugin-vue": "^6.0.1", | ||
"file-loader": "^5.0.2", | ||
"html-webpack-plugin": "^3.2.0", | ||
"rollup": "^1.27.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-css-only": "^1.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-strip-banner": "^1.0.0", | ||
"rollup-plugin-terser": "^5.1.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-vue": "^5.1.4", | ||
"sass-loader": "^8.0.0", | ||
"style-loader": "^1.0.0", | ||
"ts-loader": "^6.2.1", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.7.2", | ||
"vue": "^2.6.10", | ||
"vue-router": "^3.1.2", | ||
"vue-template-compiler": "^2.6.10" | ||
"vue-loader": "^15.7.2", | ||
"vue-router": "^3.1.3", | ||
"vue-template-compiler": "^2.6.10", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.9.0", | ||
"webpack-merge": "^4.2.2" | ||
}, | ||
@@ -52,0 +62,0 @@ "peerDependencies": { |
@@ -8,1 +8,2 @@ export * from './boundary' | ||
export * from './range' | ||
export * from './scale' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
3
435997
31
70
2734
Updatedd3@^5.14.2
Updateddeepmerge@^4.2.2