atom-select-list
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "atom-select-list", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A general-purpose select list for use in Atom packages", | ||
@@ -5,0 +5,0 @@ "main": "./src/select-list-view.js", |
@@ -7,2 +7,10 @@ const {Disposable, CompositeDisposable, TextEditor} = require('atom') | ||
module.exports = class SelectListView { | ||
static setScheduler (scheduler) { | ||
etch.setScheduler(scheduler) | ||
} | ||
static getScheduler (scheduler) { | ||
return etch.getScheduler() | ||
} | ||
constructor (props) { | ||
@@ -9,0 +17,0 @@ this.props = props |
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
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
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
15311
337
0