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

steno

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steno - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

6

lib/index.d.ts
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { PathLike } from 'node:fs';
import { writeFile } from 'node:fs/promises';
type Data = Parameters<typeof writeFile>[1];
export declare class Writer {
#private;
constructor(filename: PathLike);
write(data: string): Promise<void>;
write(data: Data): Promise<void>;
}
export {};

8

package.json
{
"name": "steno",
"version": "3.1.1",
"version": "3.2.0",
"description": "Specialized fast async file writer",

@@ -37,3 +37,3 @@ "keywords": [

"scripts": {
"test": "npm run build && xv lib",
"test": "node --import tsx/esm --test src/test.ts",
"build": "del-cli lib && tsc",

@@ -56,4 +56,4 @@ "lint": "eslint src --ext .ts --ignore-path .gitignore",

"husky": "^8.0.3",
"typescript": "^5.2.2",
"xv": "^2.1.1"
"tsx": "^4.7.0",
"typescript": "^5.2.2"
},

@@ -60,0 +60,0 @@ "engines": {

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