@cocreate/authorize
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -0,1 +1,13 @@ | ||
# [1.3.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.2.2...v1.3.0) (2023-06-08) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([aaf5f58](https://github.com/CoCreate-app/CoCreate-authorize/commit/aaf5f58d8a21f5b2a2d4bf15fd6e90da3076e2e2)) | ||
### Features | ||
* Update automated.yml for CoCreate-docs with new environment variables ([12d2fb8](https://github.com/CoCreate-app/CoCreate-authorize/commit/12d2fb89541289ac68e012e86c6a82bdf75a1ed3)) | ||
## [1.2.2](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.2.1...v1.2.2) (2023-06-04) | ||
@@ -2,0 +14,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "5ff747727005da1c272740ab", | ||
"key": "2061acef-0451-4545-f754-60cf8160", | ||
"host": "general.cocreate.app" | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
@@ -7,0 +7,0 @@ "sources": [ |
{ | ||
"name": "@cocreate/authorize", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"dev": "npx webpack --config webpack.config.js --watch", | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js" | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js", | ||
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" | ||
}, | ||
@@ -48,8 +49,10 @@ "repository": { | ||
"main": "./src/index.js", | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@cocreate/cli": "^1.29.3" | ||
}, | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.21.8", | ||
"@cocreate/docs": "^1.7.15", | ||
"@cocreate/utils": "^1.21.1" | ||
"@cocreate/crud-client": "^1.21.10", | ||
"@cocreate/docs": "^1.8.2", | ||
"@cocreate/utils": "^1.21.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
66893
1
1
Updated@cocreate/docs@^1.8.2
Updated@cocreate/utils@^1.21.3