New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ovh-ux/ng-ovh-contacts

Package Overview
Dependencies
Maintainers
13
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovh-ux/ng-ovh-contacts - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [2.0.3](https://github.com/ovh-ux/ng-ovh-contacts/compare/v2.0.2...v2.0.3) (2019-12-30)
## [2.0.2](https://github.com/ovh-ux/ng-ovh-contacts/compare/v2.0.1...v2.0.2) (2019-11-08)

@@ -2,0 +6,0 @@

1

dist/esm/Messages_cs_CZ-c39a28be.js

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_cs_CZ;
//# sourceMappingURL=Messages_cs_CZ-c39a28be.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_de_DE;
//# sourceMappingURL=Messages_de_DE-af93a7c0.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_en_GB;
//# sourceMappingURL=Messages_en_GB-a7049da0.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_es_ES;
//# sourceMappingURL=Messages_es_ES-bbc4f6a0.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_es_US;
//# sourceMappingURL=Messages_es_US-74e26a89.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_fi_FI;
//# sourceMappingURL=Messages_fi_FI-73d478e1.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_fr_CA;
//# sourceMappingURL=Messages_fr_CA-60494b89.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_fr_FR;
//# sourceMappingURL=Messages_fr_FR-d589efee.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_it_IT;
//# sourceMappingURL=Messages_it_IT-762b883a.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_lt_LT;
//# sourceMappingURL=Messages_lt_LT-b144c6d4.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_pl_PL;
//# sourceMappingURL=Messages_pl_PL-50030b1a.js.map

@@ -20,2 +20,1 @@ function ___$insertStyle(css) {

export default Messages_pt_PT;
//# sourceMappingURL=Messages_pt_PT-2c749396.js.map
{
"name": "@ovh-ux/ng-ovh-contacts",
"version": "2.0.2",
"version": "2.0.3",
"description": "Helpers for managing OVH Contacts",

@@ -21,9 +21,10 @@ "keywords": [

"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"lint": "run-p lint:html lint:js lint:md",
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -cw --environment BUILD:development",
"lint": "run-p lint:*",
"lint:html": "htmlhint 'src/**/*.html'",
"lint:css": "stylelint \"src/**/*.{css,scss}\" --fix",
"lint:js": "eslint --quiet --fix --format=pretty src",
"lint:md": "eslint --quiet --fix --format=pretty --ext .md .",
"prepare": "rollup -c",
"prepare": "yarn run build",
"test": "eslint --quiet src",

@@ -40,11 +41,14 @@ "version": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",

"@ovh-ux/component-rollup-config": "^7.0.0",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-formatter-pretty": "^3.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-markdown": "^1.0.1",
"htmlhint": "^0.11.0",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5"
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"npm-run-all": "^4.1.5",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.13.0"
},

@@ -63,3 +67,6 @@ "peerDependencies": {

"ui-select": "^0.19.8"
},
"resolutions": {
"set-value": "^2.0.1"
}
}
# ng-ovh-contacts
> Help you to manage OVH contacts
> Help you to manage OVHcloud contacts

@@ -10,3 +10,3 @@ [![Downloads](https://badgen.net/npm/dt/@ovh-ux/ng-ovh-contacts)](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts) [![Dependencies](https://badgen.net/david/dep/ovh-ux/ng-ovh-contacts)](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts?activeTab=dependencies) [![Dev Dependencies](https://badgen.net/david/dev/ovh-ux/ng-ovh-contacts)](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts?activeTab=dependencies) [![Gitter](https://badgen.net/badge/gitter/ovh-ux/blue?icon=gitter)](https://gitter.im/ovh/ux)

```sh
yarn add @ovh-ux/ng-ovh-contacts
$ yarn add @ovh-ux/ng-ovh-contacts
```

@@ -21,5 +21,3 @@

// Add the ngOvhContacts module as dependency of your angular project
angular.module('myApp', [
ngOvhContacts,
]);
angular.module('myApp', [ngOvhContacts]);
```

@@ -30,3 +28,3 @@

```sh
yarn test
$ yarn test
```

@@ -33,0 +31,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 too big to display

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