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.20.8 to 1.20.9

7

CHANGELOG.md

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

## [1.20.9](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.8...v1.20.9) (2023-05-19)
### Bug Fixes
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([44fd1d1](https://github.com/CoCreate-app/CoCreate-utils/commit/44fd1d1bb5b1d020610becf5b4633c623207f96a))
## [1.20.8](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.7...v1.20.8) (2023-05-10)

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

4

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

@@ -62,4 +62,4 @@ "keywords": [

"dependencies": {
"@cocreate/docs": "^1.7.8"
"@cocreate/docs": "^1.7.10"
}
}

@@ -55,3 +55,3 @@ export function getParentFromElement(element, parent_class, attributes) {

// ToDo: duplicate it is in crud.utils
// TODO: duplicate it is in crud.utils
export function checkValue(value) {

@@ -66,3 +66,3 @@ if (!value) return false;

// ToDo: Maybe can be deprciated
// TODO: Maybe can be deprciated
export function getValueFromJonDeep(json, path) {

@@ -238,3 +238,3 @@ try {

return returnContext ? { path, document: iframeElement || document } : path;
//todo: support for nested iframe
//TODO: support for nested iframe
// while(iframeElement !== findIframeFromElement(topWindow,iframeElement))

@@ -241,0 +241,0 @@ // {

@@ -184,3 +184,3 @@ (function (root, factory) {

if (node.parentNode && node.parentNode.children.length > 1) {
// ToDo: improve array logic so ignores javascript generated html??
// TODO: improve array logic so ignores javascript generated html??
let children = []

@@ -187,0 +187,0 @@ for (let child of node.parentNode.children){

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