ember-radio-buttons
Advanced tools
Comparing version 2.2.0 to 3.0.1
@@ -1,3 +0,7 @@ | ||
## Ember Radio Buttons Changelog | ||
# Ember Radio Buttons Changelog | ||
### 3.0.1 | ||
* [FEATURE] add index file to make importing easier | ||
* [DOCS] document how to make this component available to your app | ||
### 2.2.0 | ||
@@ -4,0 +8,0 @@ * [FEATURE] adding binding for disabled attribute |
31
index.js
@@ -1,29 +0,6 @@ | ||
var path = require('path'); | ||
var fs = require('fs'); | ||
/* jshint node: true */ | ||
'use strict'; | ||
function EmberRadioButton(project) { | ||
this.project = project; | ||
this.name = 'ember-radio-buttons'; | ||
} | ||
function unwatchedTree(dir) { | ||
return { | ||
read: function() { return dir; }, | ||
cleanup: function() { } | ||
}; | ||
} | ||
EmberRadioButton.prototype.treeFor = function treeFor(name) { | ||
var treePath = path.join('node_modules', 'ember-radio-buttons', name + '-addon'); | ||
if (fs.existsSync(treePath)) { | ||
return treePath; | ||
// return unwatchedTree(treePath); | ||
} | ||
module.exports = { | ||
name: 'ember-radio-buttons' | ||
}; | ||
EmberRadioButton.prototype.included = function included(app) { | ||
this.app = app; | ||
}; | ||
module.exports = EmberRadioButton; |
{ | ||
"name": "ember-radio-buttons", | ||
"version": "2.2.0", | ||
"version": "3.0.1", | ||
"description": "Implementation of radio buttons for ember that works with ember-cli", | ||
"main": "index.js", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "ember server", | ||
"build": "ember build", | ||
"test": "ember test" | ||
}, | ||
@@ -13,9 +18,33 @@ "repository": { | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "Chris Manson <chris@bloo.ie>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.0.0", | ||
"broccoli-ember-hbs-template-compiler": "^1.6.1", | ||
"ember-cli": "0.1.9", | ||
"ember-cli-6to5": "0.2.1", | ||
"ember-cli-content-security-policy": "0.3.0", | ||
"ember-cli-dependency-checker": "0.0.7", | ||
"ember-cli-ic-ajax": "0.1.1", | ||
"ember-cli-inject-live-reload": "^1.3.0", | ||
"ember-cli-qunit": "0.1.2", | ||
"ember-data": "1.0.0-beta.12", | ||
"ember-export-application-global": "^1.0.0", | ||
"express": "^4.8.5", | ||
"glob": "^4.0.5" | ||
}, | ||
"keywords": [ | ||
"ember-addon", | ||
"radio", | ||
"buttons" | ||
"buttons", | ||
"radio-button", | ||
"ui", | ||
"component" | ||
], | ||
"author": "Chris Manson <chris@bloo.ie>", | ||
"license": "MIT", | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
}, | ||
"bugs": { | ||
@@ -22,0 +51,0 @@ "url": "https://github.com/Blooie/ember-radio-buttons/issues" |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
5616164
26
66039
0
68
13
1