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

@ospin/obj-splitter

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ospin/obj-splitter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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

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