@api-components/amf-helper-mixin
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compyte AMF values", | ||
"version": "3.0.2", | ||
"license": "Apache-2.0", | ||
"main": "amf-helper-mixin.js", | ||
"keywords": [ | ||
@@ -8,2 +12,10 @@ "api-components", | ||
], | ||
"authors": [ | ||
"Pawel Psztyc", | ||
"The Advanced REST client authors <arc@mulesoft.com>" | ||
], | ||
"contributors": [ | ||
"Pawel Psztyc", | ||
"The Advanced REST client authors <arc@mulesoft.com>" | ||
], | ||
"repository": { | ||
@@ -13,42 +25,52 @@ "type": "git", | ||
}, | ||
"name": "@api-components/amf-helper-mixin", | ||
"version": "3.0.1", | ||
"license": "Apache-2.0", | ||
"main": "amf-helper-mixin.js", | ||
"authors": [ | ||
"Pawel Psztyc", | ||
"The Advanced REST client authors <arc@mulesoft.com>" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/advanced-rest-client/amf-helper-mixin/issues", | ||
"email": "arc@mulesoft.com" | ||
}, | ||
"dependencies": { | ||
"@polymer/iron-meta": "^3.0.0", | ||
"@polymer/polymer": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@advanced-rest-client/eslint-config": "^1.0.6", | ||
"@advanced-rest-client/prettier-config": "^0.1.0", | ||
"@advanced-rest-client/testing-karma-sl": "^1.0.2", | ||
"@api-components/api-model-generator": "^0.1.12", | ||
"@open-wc/testing": "^0.11.1", | ||
"@open-wc/testing-karma": "^2.0.4", | ||
"@polymer/gen-typescript-declarations": "^1.6.1", | ||
"@webcomponents/webcomponentsjs": "^2.2.10", | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.1.0", | ||
"sinon": "^7.3.2", | ||
"webpack-merge": "^4.1.5" | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^7.0.0", | ||
"@open-wc/testing": "^2.1.2", | ||
"@open-wc/testing-karma": "^3.1.2", | ||
"@polymer/gen-typescript-declarations": "^1.6.2", | ||
"lit-element": "^2.2.1", | ||
"lit-html": "^1.1.1", | ||
"deepmerge": "^4.0.0", | ||
"es-dev-server": "^1.5.0", | ||
"husky": "^1.0.0", | ||
"karma": "^4.2.0", | ||
"lint-staged": "^8.0.0", | ||
"sinon": "^7.3.2" | ||
}, | ||
"scripts": { | ||
"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", | ||
"test:legacy": "karma start --legacy --coverage", | ||
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --legacy --coverage", | ||
"update-types": "gen-typescript-declarations --deleteExisting --outDir ." | ||
"test:sl": "karma start karma.sl.config.js --legacy --coverage" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/advanced-rest-client/amf-helper-mixin/issues", | ||
"email": "arc@mulesoft.com" | ||
}, | ||
"contributors": [ | ||
"Pawel Psztyc", | ||
"The Advanced REST client authors <arc@mulesoft.com>" | ||
], | ||
"dependencies": { | ||
"@polymer/iron-meta": "^3.0.0", | ||
"@polymer/polymer": "^3.2.0" | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
0
86141
17
5
1443
Updated@polymer/polymer@^3.3.0