Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enplug/dashboard-sdk-utils

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/dashboard-sdk-utils - npm Package Compare versions

Comparing version 2.2.16 to 2.2.17-dev-1

2

bower.json
{
"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

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