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

@advanced-rest-client/uuid-generator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/uuid-generator - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

48

CHANGELOG.md

@@ -89,1 +89,49 @@ <a name="2.0.0"></a>

## [3.0.1](https://github.com/advanced-rest-client/uuid-generator/compare/1.0.4...3.0.1) (2019-06-05)
### Breaking
* Updating component to Polymer 3.0 ([d18964254df17712e3dbfa577bb792bf95e812d6](https://github.com/advanced-rest-client/uuid-generator/commit/d18964254df17712e3dbfa577bb792bf95e812d6))
* Upgrading to LitElement and open-wc ([b5993f391f97aa4dc0df79034dfef090ce68f2de](https://github.com/advanced-rest-client/uuid-generator/commit/b5993f391f97aa4dc0df79034dfef090ce68f2de))
### Fix
* Fixing BS command ([9f8d5c1500499723f66f26c440718d440777fe5b](https://github.com/advanced-rest-client/uuid-generator/commit/9f8d5c1500499723f66f26c440718d440777fe5b))
* Fixing test command after moving to SauceLabs ([4b0a968e5081e636a83a31d1dd29c70ba97eda57](https://github.com/advanced-rest-client/uuid-generator/commit/4b0a968e5081e636a83a31d1dd29c70ba97eda57))
### New
* Adding NPM ignore file ([c798945d6210020f8a1a0b2d09d83bcd5e2208ae](https://github.com/advanced-rest-client/uuid-generator/commit/c798945d6210020f8a1a0b2d09d83bcd5e2208ae))
### Update
* Added new Travis configuration ([5a4c1dc0425be613380ce5f152d05b5b37820594](https://github.com/advanced-rest-client/uuid-generator/commit/5a4c1dc0425be613380ce5f152d05b5b37820594))
* Adding cache directive to travis ([2ac970d43243928174f4413d302d76444f4bf4fb](https://github.com/advanced-rest-client/uuid-generator/commit/2ac970d43243928174f4413d302d76444f4bf4fb))
* Removing `startConnect` ([3ea3f30e7f43e8dedb2cd5ca312b5d3aed54bbff](https://github.com/advanced-rest-client/uuid-generator/commit/3ea3f30e7f43e8dedb2cd5ca312b5d3aed54bbff))
* Removing LitElement dependency. Adding node friendly package ([9a253f2ec4c6c4e734aac537a0759a586b93269c](https://github.com/advanced-rest-client/uuid-generator/commit/9a253f2ec4c6c4e734aac537a0759a586b93269c))
* Removing Username and Password from SL config ([c5231d4f1b8ccf9f221ba76e00cd21250fbe13ac](https://github.com/advanced-rest-client/uuid-generator/commit/c5231d4f1b8ccf9f221ba76e00cd21250fbe13ac))
* Replacing BrowserStack with SauceLabs ([7ea7b3d7580f55e7ec6581743c029032c40f403c](https://github.com/advanced-rest-client/uuid-generator/commit/7ea7b3d7580f55e7ec6581743c029032c40f403c))
* Updating demo page ([e9b355807aede958a721e691b3d7ccdaec7fe0d4](https://github.com/advanced-rest-client/uuid-generator/commit/e9b355807aede958a721e691b3d7ccdaec7fe0d4))
* Updating import paths to match web spec ([444e2a9a1d309fb2572be14fc0e46b482da281a3](https://github.com/advanced-rest-client/uuid-generator/commit/444e2a9a1d309fb2572be14fc0e46b482da281a3))
* Updating karma saucelabs module ([9aa2e73358952745db776a8b46f27d0300e6a742](https://github.com/advanced-rest-client/uuid-generator/commit/9aa2e73358952745db776a8b46f27d0300e6a742))
* Updating tests configuration ([6498d7d026fbfe364e5c8fbb29eb03e59be63f66](https://github.com/advanced-rest-client/uuid-generator/commit/6498d7d026fbfe364e5c8fbb29eb03e59be63f66))
* Updating travis configuration ([c6c94354a7418d5acd7818932cf97741bb38910c](https://github.com/advanced-rest-client/uuid-generator/commit/c6c94354a7418d5acd7818932cf97741bb38910c))
* Upgrading components ([8e46bc6945814d4275e9b98e39903f614103f6f2](https://github.com/advanced-rest-client/uuid-generator/commit/8e46bc6945814d4275e9b98e39903f614103f6f2))
* Upgrading dependencies ([d4239950cc6efff9ce031d10eaf28d379c33fd28](https://github.com/advanced-rest-client/uuid-generator/commit/d4239950cc6efff9ce031d10eaf28d379c33fd28))
### Upodate
* removing old installation files ([8549d26fbc8ec64f0515c75aa84c18b201ea7557](https://github.com/advanced-rest-client/uuid-generator/commit/8549d26fbc8ec64f0515c75aa84c18b201ea7557))
## [3.0.1](https://github.com/advanced-rest-client/uuid-generator/compare/1.0.4...3.0.1) (2019-07-31)
### Bug Fixes
* fixing npm audit errors by uphgrading to latest ARC standard ([ea3c4f5](https://github.com/advanced-rest-client/uuid-generator/commit/ea3c4f5))

75

package.json
{
"description": "An UUID generator",
"name": "@advanced-rest-client/uuid-generator",
"description": "An UUID generator as a web component",
"version": "3.0.2",
"license": "Apache-2.0",
"main": "uuid-generator.js",
"module": "uuid-generator.js",
"keywords": [
"web-components",
"polymer",
"uuid",
"generator"
],
"authors": [
"pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"contributors": [
"pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"repository": {

@@ -13,24 +25,35 @@ "type": "git",

},
"name": "@advanced-rest-client/uuid-generator",
"version": "3.0.1",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/advanced-rest-client/uuid-generator/issues",
"email": "arc@mulesoft.com"
},
"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^1.0.2",
"@advanced-rest-client/testing-karma-sl": "^1.0.2",
"@open-wc/testing": "^0.12.5",
"@open-wc/testing-karma": "^2.0.3",
"@polymer/gen-typescript-declarations": "^1.6.1",
"@webcomponents/webcomponentsjs": "^2.0.0",
"owc-dev-server": "^0.4.3",
"sinon": "^7.3.2"
"@advanced-rest-client/arc-demo-helper": "^1.0.14",
"@advanced-rest-client/eslint-config": "^1.1.2",
"@advanced-rest-client/prettier-config": "^0.1.0",
"@advanced-rest-client/testing-karma-sl": "^1.0.4",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^7.0.0",
"@open-wc/testing": "^2.3.3",
"@open-wc/testing-karma": "^3.1.32",
"@polymer/gen-typescript-declarations": "^1.6.2",
"deepmerge": "^4.0.0",
"es-dev-server": "^1.17.2",
"husky": "^1.0.0",
"karma": "^4.3.0",
"lint-staged": "^9.2.5",
"lit-element": "^2.2.1",
"sinon": "^7.4.2"
},
"main": "uuid-generator.js",
"module": "uuid-generator.js",
"authors": [
"pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"scripts": {
"start": "owc-dev-server -o",
"test": "karma start --coverage",
"update-types": "gen-typescript-declarations --deleteExisting --outDir .",
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch",
"start:compatibility": "es-dev-server --app-index demo/index.html --compatibility all --node-resolve --open --watch",
"lint:eslint": "eslint --ext .js,.html .",
"format:eslint": "eslint --ext .js,.html . --fix",
"lint:prettier": "prettier \"**/*.js\" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",
"format:prettier": "prettier \"**/*.js\" --write",
"lint": "npm run lint:eslint && npm run lint:prettier",
"format": "npm run format:eslint && npm run format:prettier",
"test:watch": "karma start --auto-watch=true --single-run=false",

@@ -40,8 +63,10 @@ "test:legacy": "karma start --legacy --coverage",

"test:sl": "karma start karma.sl.config.js --legacy --coverage",
"update-types": "gen-typescript-declarations --deleteExisting --outDir ."
"generate-model": "node demo/model.js"
},
"contributors": [
"pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
]
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}

@@ -80,2 +80,8 @@ /**

connectedCallback() {
if (!this.hasAttribute('aria-hidden')) {
this.setAttribute('aria-hidden', 'true');
}
}
_genLut() {

@@ -82,0 +88,0 @@ const result = [];

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