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

@ljharb/resumer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ljharb/resumer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

resumer.d.ts

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [v0.1.1](https://github.com/ljharb/resumer/compare/v0.1.0...v0.1.1) - 2024-01-26
### Commits
- [meta] add `types` field [`2fc9b25`](https://github.com/ljharb/resumer/commit/2fc9b2506e6ccaa381f122d8cb24aa3f44fa99fb)
## [v0.1.0](https://github.com/ljharb/resumer/compare/v0.0.1...v0.1.0) - 2024-01-25

@@ -10,0 +16,0 @@

2

index.js

@@ -9,3 +9,3 @@ 'use strict';

/** @type {(write: Parameters<through>[0], end: Parameters<through>[1]) => ReturnType<through>} */
/** @type {import('./resumer')} */
module.exports = function resumer(write, end) {

@@ -12,0 +12,0 @@ var tr = through(write, end);

{
"name": "@ljharb/resumer",
"version": "0.1.0",
"version": "0.1.1",
"description": "a through stream that starts paused and resumes on the next tick",
"main": "index.js",
"types": "./resumer.d.ts",
"sideEffects": false,

@@ -7,0 +8,0 @@ "scripts": {

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