Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.1 to 1.0.2

dist/CoCreate-local-storage.min.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.0.2](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.0.1...v1.0.2) (2021-04-19)
### Bug Fixes
* ci and build process ([bb1b545](https://github.com/CoCreate-app/CoCreate-local-storage/commit/bb1b5458a56ce936e6b4861f9e4d0b77a7c3be62))
* npm publish and cdn deployment ([82f0791](https://github.com/CoCreate-app/CoCreate-local-storage/commit/82f0791b3b080768f4e1927e5f681a17a2db7b8c))
## [1.0.1](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.0.0...v1.0.1) (2021-03-29)

@@ -2,0 +10,0 @@

13

package.json
{
"name": "@cocreate/local-storage",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple local-storage component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -52,14 +52,15 @@ "keywords": [

"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1"
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.0.3"
"@cocreate/docs": "^1.0.3",
"mini-css-extract-plugin": "^1.5.0"
}
}
# CoCreate-local-storage
A simple local-storage component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/local-storage)
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-local-storage/dist/CoCreate-local-storage.min.js?label=minified%20size&style=for-the-badge)
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-local-storage/dist/CoCreate-local-storage.min.js?label=minified%20size&style=for-the-badge)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-local-storage?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-local-storage?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-local-storage?style=for-the-badge)
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-local-storage/help%20wanted?style=for-the-badge)
![CoCreate](https://cdn.cocreate.app/logo.png)
![CoCreate-local-storage](https://cdn.cocreate.app/docs/CoCreate-local-storage.gif)
[CoCreate Docs](https://cocreate.app/docs/local-storage)
## [Docs & Demo](https://cocreate.app/docs/local-storage)
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/issues) and [pull requests](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/pulls) or merely upvote or comment on existing issues or pull requests.
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/local-storage)
We appreciate your continued support, thank you!
## CDN
```html
<script src="https://cdn.cocreate.app/local-storage/latest/CoCreate-local-storage.min.js"></script>
```
```html
<script src="https://cdn.cocreate.app/local-storage/latest/CoCreate-local-storage.min.css"></script>
```
## NPM
```shell
$ npm install @cocreate/local-storage
```
# Table of Contents

@@ -27,7 +42,9 @@

<a name="announcements"></a>
# Announcements
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-local-storage/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-local-storage/releases). You may also subscribe to email for releases and breaking changes.
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-local-storage/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-local-storage/releases). You may also subscribe to email for releases and breaking changes.
<a name="roadmap"></a>
# Roadmap

@@ -37,4 +54,4 @@

<a name="about"></a>
<a name="about"></a>
# About

@@ -49,2 +66,3 @@

<a name="contribute"></a>
# How to Contribute

@@ -54,4 +72,8 @@

We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-local-storage/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-local-storage/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
# License
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-local-storage/blob/master/LICENSE)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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