@cocreate/local-storage
Advanced tools
Comparing version 1.7.7 to 1.7.8
@@ -0,1 +1,8 @@ | ||
## [1.7.8](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.7...v1.7.8) (2023-06-10) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([b7314c8](https://github.com/CoCreate-app/CoCreate-local-storage/commit/b7314c85c0f0023633339f35ab9bd2ac79f14967)) | ||
## [1.7.7](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.6...v1.7.7) (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/local-storage", | ||
"version": "1.7.7", | ||
"version": "1.7.8", | ||
"description": "A Simple component similar to CoCreate-input & CoCreate-fetch which Save and fetch data for inputs, textarea, selects from localstorage. Easily configured using HTML5 attributes and/or JavaScript API", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"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" | ||
}, | ||
@@ -52,2 +52,3 @@ "repository": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@cocreate/cli": "^1.29.3", | ||
"babel-loader": "^8.1.0", | ||
@@ -64,6 +65,6 @@ "clean-webpack-plugin": "^3.0.0", | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.14", | ||
"@cocreate/docs": "^1.7.15", | ||
"@cocreate/observer": "^1.8.3" | ||
"@cocreate/actions": "^1.8.18", | ||
"@cocreate/docs": "^1.8.13", | ||
"@cocreate/observer": "^1.8.5" | ||
} | ||
} |
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
97084
12
297
1
Updated@cocreate/actions@^1.8.18
Updated@cocreate/docs@^1.8.13
Updated@cocreate/observer@^1.8.5