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.3.9 to 1.3.10

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.10](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.3.9...v1.3.10) (2023-06-11)
### Bug Fixes
* testing workflow ([982a214](https://github.com/CoCreate-app/CoCreate-authorize/commit/982a2146a9aa33033ba817b8a29a6ed9a42b74b5))
## [1.3.9](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.3.8...v1.3.9) (2023-06-11)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@cocreate/authorize",
"version": "1.3.9",
"version": "1.3.10",
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -30,3 +30,3 @@ "keywords": [

"dev": "npx webpack --config webpack.config.js --watch",
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
},

@@ -33,0 +33,0 @@ "repository": {

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