@ospin/obj-splitter
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@ospin/obj-splitter", | ||
"author": "danielseehausen", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Split JSON into multiple chunks, based on its size! Are _YOU_ trying to get around pesky protocol payload limits? Do _YOU_ have some other reason to split up big chunks of JSON and are looking for a judgement free solution? **split-JSON** is here for you!", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ [![codecov](https://codecov.io/gh/ospin-web-dev/obj-splitter/branch/master/graph/badge.svg)](https://codecov.io/gh/ospin-web-dev/obj-splitter) | ||
```js | ||
const { Splitter, Receiver } = require('@ospin/json-splitter') | ||
const { Splitter, Receiver } = require('@ospin/obj-splitter') | ||
@@ -20,0 +20,0 @@ // here is an object we would like to split up |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20909