@cocreate/attributes
Advanced tools
Comparing version 1.7.14 to 1.7.15
@@ -0,1 +1,8 @@ | ||
## [1.7.15](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.14...v1.7.15) (2023-06-10) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([b6bd4e3](https://github.com/CoCreate-app/CoCreate-attributes/commit/b6bd4e35984e13b2361acb13ab3c86de9baa8176)) | ||
## [1.7.14](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.13...v1.7.14) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
"organization_id": "", | ||
"key": "", | ||
"host": "", | ||
"sources": [ | ||
@@ -8,0 +6,0 @@ { |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.7.14", | ||
"version": "1.7.15", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -28,4 +28,3 @@ "keywords": [ | ||
"dev": "npx webpack --config webpack.config.js --watch", | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js", | ||
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js" | ||
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" | ||
}, | ||
@@ -50,2 +49,3 @@ "repository": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@cocreate/cli": "^1.29.3", | ||
"babel-loader": "^8.1.0", | ||
@@ -63,8 +63,8 @@ "clean-webpack-plugin": "^3.0.0", | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.14", | ||
"@cocreate/crdt": "^1.18.13", | ||
"@cocreate/message-client": "^1.3.13", | ||
"@cocreate/observer": "^1.8.3", | ||
"@cocreate/utils": "^1.21.1" | ||
"@cocreate/actions": "^1.8.19", | ||
"@cocreate/crdt": "^1.18.15", | ||
"@cocreate/message-client": "^1.3.16", | ||
"@cocreate/observer": "^1.8.6", | ||
"@cocreate/utils": "^1.21.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133465
13
758
1
Updated@cocreate/actions@^1.8.19
Updated@cocreate/crdt@^1.18.15
Updated@cocreate/observer@^1.8.6
Updated@cocreate/utils@^1.21.4