Socket
Socket
Sign inDemoInstall

atom-select-list

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-select-list - npm Package Compare versions

Comparing version 0.7.2 to 0.8.0

lib/select-list-properties.d.ts

22

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc