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

sqon-parser

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqon-parser - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

example/test.js

4

package.json
{
"name": "sqon-parser",
"version": "0.1.02",
"version": "0.1.3",
"description": "Structured Query Object Notation. New Database formate (Readable & Supports Binary, Date & Bigint), (Inbuilt Schema & constraints).",

@@ -18,3 +18,3 @@ "main": "./dist/parser.js",

"dist",
"examples"
"example"
],

@@ -21,0 +21,0 @@ "keywords": [

@@ -1,3 +0,1 @@

## Revised SQON Documentation with Strict Mode
### Overview

@@ -19,3 +17,3 @@

### 1. **Strict Mode (`STRICT=TRUE/FALSE`)**
### 1. **Strict Mode (`*STRICT=TRUE/FALSE`)**

@@ -94,3 +92,3 @@ The strict mode setting, located at the top of the file, controls whether records must strictly adhere to the schema and validation rules.

### Example with `STRICT=TRUE`
### Example with `*STRICT=TRUE`

@@ -122,4 +120,8 @@ ```plaintext

With `STRICT=TRUE`, the format enforces stricter data integrity, providing users with a high degree of reliability and control over data consistency.
With `*STRICT=TRUE`, the format enforces stricter data integrity, providing users with a high degree of reliability and control over data consistency.
### Example usage
For examples, refer to the [test.js](./example/test.js) and [test.sqon](./example/test.sqon) files in the `./example` folder.
### Advantages of SQON Format

@@ -126,0 +128,0 @@

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