Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/conditional-logic

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/conditional-logic - npm Package Compare versions

Comparing version 1.8.5 to 1.8.6

7

CHANGELOG.md

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

## [1.8.6](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.8.5...v1.8.6) (2023-10-14)
### Bug Fixes
* bump dependencies ([b56b174](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/b56b174b2209b066c4ddf1fec30996e17c632b99))
## [1.8.5](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.8.4...v1.8.5) (2023-10-09)

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

8

package.json
{
"name": "@cocreate/conditional-logic",
"version": "1.8.5",
"version": "1.8.6",
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",

@@ -61,6 +61,6 @@ "keywords": [

"dependencies": {
"@cocreate/actions": "^1.11.5",
"@cocreate/observer": "^1.11.4",
"@cocreate/utils": "^1.25.2"
"@cocreate/actions": "^1.11.6",
"@cocreate/observer": "^1.11.5",
"@cocreate/utils": "^1.25.3"
}
}

@@ -105,3 +105,5 @@ /*

}
if (!existEqual) el.setAttribute('hidden', '');
if (!existEqual)
el.setAttribute('hidden', '')
}

@@ -108,0 +110,0 @@ }

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