Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-comment-grid

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-comment-grid - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

21

docs/database-rules.md

@@ -40,4 +40,3 @@ ## 5. Setting Up Database Rules

!newData.val().matches(/ +$/) &&
!newData.val().matches(/ {2,}+/) &&
!newData.val().matches(/\\n+/)"
!newData.val().matches(/ {2,}+/)"
},

@@ -49,5 +48,3 @@ "comment": {

!newData.val().matches(/ {30,}+/) &&
!newData.val().matches(/ +$/) &&
!newData.val().matches(/^\\n/) &&
!newData.val().contains('\\n\\n\\n')"
!newData.val().matches(/ +$/)"
},

@@ -121,4 +118,3 @@ "timestamp": { ".validate": "newData.isString() &&

!newData.val().matches(/ +$/) &&
!newData.val().matches(/ {2,}+/) &&
!newData.val().matches(/\\n+/)"
!newData.val().matches(/ {2,}+/)"
},

@@ -130,5 +126,3 @@ "comment": {

!newData.val().matches(/ {30,}+/) &&
!newData.val().matches(/ +$/) &&
!newData.val().matches(/^\\n/) &&
!newData.val().contains('\\n\\n\\n')"
!newData.val().matches(/ +$/)"
},

@@ -167,4 +161,3 @@ "timestamp": { ".validate": "newData.isString() &&

!newData.val().matches(/^ /) &&
!newData.val().matches(/ {2,}+/) &&
!newData.val().matches(/\\n+/)"
!newData.val().matches(/ {2,}+/)"
},

@@ -174,3 +167,3 @@ "email": {

newData.val().matches(/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}$/i) &&
newData.val().length > 0 "
newData.val().length > 0"
},

@@ -190,3 +183,3 @@ "user_id": {

If you change default name length prop value you need to change all
```json
```
"name": {

@@ -193,0 +186,0 @@ ...

{
"name": "vue-comment-grid",
"description": "💬 Vue.js comment system component that built with CSS Grid and Firebase REST API + Authentication.",
"version": "1.0.6",
"version": "1.0.7",
"author": "Tugay Yaldız <tugay_yaldiz@hotmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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