@enplug/dashboard-sdk-utils
Advanced tools
Comparing version 2.2.16 to 2.2.17-dev-1
{ | ||
"name": "enplug-dashboard-sdk-utils", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"homepage": "https://github.com/Enplug/dashboard-sdk-utils", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "@enplug/dashboard-sdk-utils", | ||
"version": "2.2.16", | ||
"version": "2.2.17-dev-1", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "main": "dist/dashboard-sdk-utils.js", | ||
"dependencies": { | ||
"angular-gettext": "^2.3.8", | ||
"angular-gettext": "^2.4.1", | ||
"angular-gettext-cli": "^1.2.0", | ||
@@ -21,0 +21,0 @@ "global": "^4.3.2", |
@@ -1,7 +0,20 @@ | ||
Dependencies: | ||
# dashboard-sdk-utils | ||
## Dependencies | ||
- Angular 1.4+ | ||
- Lodash | ||
<h4>Development</h4> | ||
Create a localhost and point it at the dist/ folder of this project. | ||
## Development | ||
Create `aws.private.json` file int *grunt/* directory. | ||
Run `grunt build` to build library - artifacts are placed in *dist/* directory. | ||
Run `yarn link` in root folder of this repository. | ||
Run `yarn link @enplug/dashboard-sdk-utils` in root folder of another repository which depends on **dashboard-sdk-utils**. | ||
When no longer working on this repository, unlink everything. | ||
More info on linking in yarn docs: [yarn link](https://yarnpkg.com/lang/en/docs/cli/link/). |
@@ -31,3 +31,4 @@ /** | ||
// string that doesn't need to be bound to | ||
scope.label = attrs.label; | ||
var placeholder = attrs.label; | ||
scope.label = placeholder; | ||
element.removeAttr('label'); | ||
@@ -54,2 +55,5 @@ | ||
}); | ||
} else { | ||
scope.label = placeholder; | ||
element.removeClass('selected'); | ||
} | ||
@@ -56,0 +60,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1089312
10799
21
0
2
Updatedangular-gettext@^2.4.1