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

@cocreate/local-storage

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/local-storage - npm Package Compare versions

Comparing version

to
1.6.9

7

CHANGELOG.md

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

## [1.6.9](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.6.8...v1.6.9) (2023-05-06)
### Bug Fixes
* bump [@cocreate](https://github.com/cocreate) dependencies ([b18ec51](https://github.com/CoCreate-app/CoCreate-local-storage/commit/b18ec511d704fe4887c0c298df50e2dfa3cb979e))
## [1.6.8](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.6.7...v1.6.8) (2023-05-01)

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

5

CoCreate.config.js

@@ -20,5 +20,6 @@ module.exports = {

"directory": "/docs/local-storage",
"content-type": "text/html",
"parentDirectory": "{{parentDirectory}}",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
"website_id": "644d4bff8036fb9d1d1fd69c"
}

@@ -25,0 +26,0 @@ }

8

package.json
{
"name": "@cocreate/local-storage",
"version": "1.6.8",
"version": "1.6.9",
"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",

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

"dependencies": {
"@cocreate/actions": "^1.8.2",
"@cocreate/docs": "^1.7.1",
"@cocreate/observer": "^1.7.1"
"@cocreate/actions": "^1.8.8",
"@cocreate/docs": "^1.7.8",
"@cocreate/observer": "^1.7.6"
}
}