davinci.js
Advanced tools
Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "davinci.js", | ||
"version": "0.0.2", | ||
"description": "spaceholder for later publish of daVinci.js", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"description": "Framework for visualisation extensions", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/q2g/daVinci.js" | ||
}, | ||
"author": "Thomas Häning, Konrad Mattheis (qlik2go) ", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "tsc -p tsconfig.test.json && mocha --recursive", | ||
"build": "tsc -p tsconfig.build.json && gulp less && gulp html && gulp gitversionPackage && gulp addVersionNumber" | ||
}, | ||
"author": "Konrad Mattheis", | ||
"license": "MIT" | ||
"devDependencies": { | ||
"@types/angular": "1.6.39", | ||
"@types/jquery": "3.2.16", | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.44", | ||
"@types/qlik-visualizationextensions": "^4.0.1", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.1", | ||
"rollup": "^0.50.0", | ||
"typescript": "^2.6.1", | ||
"gulp": "^3.9.1", | ||
"gulp-less": "^3.3.2", | ||
"gulp-rename": "^1.2.2", | ||
"git-rev": "^0.2.1", | ||
"gulp-string-replace": "^0.4.0", | ||
"gulp-json-modify": "^1.0.2", | ||
"@types/qlik-engineapi": "12.34.1" | ||
}, | ||
"dependencies": { | ||
"typescript.events": "^7.9.0" | ||
}, | ||
"files": [ | ||
"dist/*.js", | ||
"dist/*.d.ts" | ||
], | ||
"main": "dist/daVinci.js", | ||
"types": "dist/daVinci.d.ts" | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
12905
5
141
1
1
51
0
0
1
16
+ Addedtypescript.events@^7.9.0
+ Addedtypescript.events@7.9.0(transitive)