Socket
Socket
Sign inDemoInstall

immediate-chunk-store

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

immediate-chunk-store - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "immediate-chunk-store",
"description": "Immediate put/get for any abstract-chunk-store compliant store",
"version": "1.0.4",
"description": "Immediate put/get for abstract-chunk-store compliant stores",
"version": "1.0.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

@@ -10,3 +10,3 @@ # immediate-chunk-store [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

Immediate put/get for any [abstract-chunk-store](https://github.com/mafintosh/abstract-chunk-store) compliant store
Immediate put/get for [abstract-chunk-store](https://github.com/mafintosh/abstract-chunk-store) compliant stores

@@ -27,3 +27,3 @@ Makes `store.put()` chunks immediately available for `store.get()`, even before the

var ImmediateChunkStore = require('immediate-chunk-store')
var FSChunkStore = require('fs-chunk-store')
var FSChunkStore = require('fs-chunk-store') // any chunk store will work

@@ -30,0 +30,0 @@ var store = new ImmediateChunkStore(new FSChunkStore(10))

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