cisv 0.0.30 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  ![SIMD](https://img.shields.io/badge/SIMD-AVX512%2FAVX2-green)
5
5
  ![License](https://img.shields.io/badge/license-GPL2-blue)
6
6
  ![Build](https://img.shields.io/badge/build-passing-brightgreen)
7
+ ![Size](https://deno.bundlejs.com/badge?q=spring-easing)
8
+
7
9
 
8
10
  Cisv is a csv parser on steroids... literally.
9
11
  It's a high-performance CSV parser/writer leveraging SIMD instructions and zero-copy memory mapping. Available as both a Node.js native addon and standalone CLI tool with extensive configuration options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cisv",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "The fastest csv parser of the multiverse",
5
5
  "author": "sanix<s4nixd@gmail.com>",
6
6
  "main": "./build/Release/cisv.node",