atom-select-list
Advanced tools
Comparing version 0.7.2 to 0.8.0
{ | ||
"name": "atom-select-list", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "A general-purpose select list for use in Atom packages", | ||
"main": "./src/select-list-view.js", | ||
"main": "lib/select-list-view.js", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"test": "atom --test test" | ||
"dev": "npm run typescript -- --watch", | ||
"typescript": "tsc -p ./tsconfig.json", | ||
"build": "npm run typescript", | ||
"test": "atom --test test", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -13,7 +20,10 @@ "author": "", | ||
"devDependencies": { | ||
"atom-mocha-test-runner": "^0.3.0", | ||
"sinon": "^2.1.0" | ||
"atom-mocha-test-runner": "^1.2.0", | ||
"sinon": "^2", | ||
"typescript": "^4.1.3", | ||
"@types/atom": "^1.40.5", | ||
"@types/fuzzaldrin": "^2.1.3" | ||
}, | ||
"dependencies": { | ||
"etch": "^0.12.6", | ||
"etch": "^0.14.0", | ||
"fuzzaldrin": "^2.1.0" | ||
@@ -20,0 +30,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
102616
10
5
499
2
+ Addedetch@0.14.1(transitive)
- Removedetch@0.12.8(transitive)
Updatedetch@^0.14.0