New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diskette

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

diskette - npm Package Compare versions

Comparing version

to
1.0.1

.travis.yml

5

package.json
{
"name": "diskette",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stream buffers and strings efficiently in-memory",
"main": "build/index.js",
"typings": "./build/index.d.ts",
"directories": {

@@ -10,3 +11,3 @@ "test": "test"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tsc; mocha build/test/*"
},

@@ -13,0 +14,0 @@ "repository": {

2

README.md
Diskette
========
[![Build Status](https://travis-ci.org/samvv/diskette.svg?branch=master)](https://travis-ci.org/samvv/diskette)
> Diskette is a virtual file format that allows for efficient in-memory reads and writes. Files can be constructed from any buffer or string and they are fully streamable. As a consequence, any buffer or string can be streamed as if it was a regular file.

@@ -5,0 +7,0 @@

Sorry, the diff of this file is not supported yet