Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "selecto", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"description": "Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.", | ||
"main": "./dist/selecto.cjs.js", | ||
"module": "./dist/selecto.esm.js", | ||
"sideEffects": false, | ||
"types": "declaration/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "rollup -c -w", | ||
"build": "rollup -c && npm run declaration && print-sizes ./dist", | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", | ||
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json", | ||
"prerelease": "npm run build && prerelease --dirs=dist,doc", | ||
"release": "npm run build && npm run doc && release --dirs=dist,doc", | ||
"release:init": "npm run build && npm run doc && release -i --dirs=dist,doc" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"keywords": [ | ||
"select", | ||
"selecto", | ||
"selection", | ||
"selectable", | ||
"moveable" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/daybrush/selecto.git" | ||
}, | ||
"author": "Daybrush", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/daybrush/selecto/issues" | ||
}, | ||
"homepage": "https://github.com/daybrush/selecto#readme", | ||
"dependencies": { | ||
"@daybrush/drag": "^0.11.1", | ||
"@daybrush/utils": "^0.10.1", | ||
"@egjs/children-differ": "^1.0.0", | ||
"@egjs/component": "^2.1.2", | ||
"css-styled": "^0.1.6", | ||
"framework-utils": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@daybrush/builder": "^0.1.2", | ||
"@daybrush/jsdoc": "^0.3.7", | ||
"@daybrush/release": "^0.2.4", | ||
"daybrush-jsdoc-template": "^1.6.0", | ||
"print-sizes": "^0.1.0", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.4" | ||
} | ||
} |
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
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
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
291731
34
3713
0
2
0
67
0
6
7
1
+ Added@daybrush/drag@^0.11.1
+ Added@daybrush/utils@^0.10.1
+ Added@egjs/children-differ@^1.0.0
+ Added@egjs/component@^2.1.2
+ Addedcss-styled@^0.1.6
+ Addedframework-utils@^0.2.1
+ Added@daybrush/drag@0.11.1(transitive)
+ Added@daybrush/utils@0.10.5(transitive)
+ Added@egjs/children-differ@1.0.1(transitive)
+ Added@egjs/component@2.2.2(transitive)
+ Added@egjs/list-differ@1.0.1(transitive)
+ Addedcss-styled@0.1.7(transitive)
+ Addedframework-utils@0.2.1(transitive)
+ Addedstring-hash@1.1.3(transitive)