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

@cocreate/authorize

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/authorize - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

12

CHANGELOG.md

@@ -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 @@

6

CoCreate.config.js
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

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