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

@cocreate/utils

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/utils - npm Package Compare versions

Comparing version 1.18.1 to 1.18.2

7

CHANGELOG.md

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

## [1.18.2](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.1...v1.18.2) (2023-02-01)
### Bug Fixes
* improved serchData function ([9ccdeb2](https://github.com/CoCreate-app/CoCreate-utils/commit/9ccdeb20be86e87e50fea2f37cb5d019ca6636bc))
## [1.18.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.18.0...v1.18.1) (2023-01-31)

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

2

package.json
{
"name": "@cocreate/utils",
"version": "1.18.1",
"version": "1.18.2",
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -339,6 +339,6 @@ (function (root, factory) {

queryStatus = true
if (queryValue === "" && logicalOperator === 'and') {
if (dataValue !== "")
queryStatus = false
}
// if (queryValue === "" && logicalOperator === 'and') {
// if (dataValue !== "")
// queryStatus = false
// }
break;

@@ -452,7 +452,7 @@ case '$eq':

if (search[i].operator == 'or' && status)
if (status)
return true;
if (search[i].operator == 'and' && !status)
else if (search[i].operator == 'and')
return false;

@@ -459,0 +459,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