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

@techor/fs

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@techor/fs - npm Package Compare versions

Comparing version 3.0.23 to 3.1.0

2

dist/options.d.ts

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import { ObjectEncodingOptions } from 'fs';

@@ -4,0 +2,0 @@ export declare type Options = ObjectEncodingOptions & {

@@ -1,3 +0,2 @@

/// <reference types="node" />
import { Options } from './options';
export default function readFileSync(filepath: string, options?: Options): Buffer | string;

@@ -1,3 +0,2 @@

/// <reference types="node" />
import { WriteToFileOptions } from './options';
export default function writeFileSync(filePath: string, data: string | NodeJS.ArrayBufferView, options?: WriteToFileOptions): void;

2

package.json

@@ -1,1 +0,1 @@

{"name":"@techor/fs","type":"module","scripts":{"build:main":"rollup --config rollup.config.mjs","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"A human-friendly file system","author":{"name":"Aron","email":"i@aron.tw","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/techor-dev/techor/issues"},"repository":{"type":"git","url":"https://github.com/techor-dev/techor.git","directory":"packages/@techor/fs"},"keywords":["read","read-file","write-file","read-json","write-json","read-package","write-package","fs","glob","utils"],"sideEffects":false,"publishConfig":{"access":"public","provenance":true},"main":"./dist/index.cjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"version":"3.0.23"}
{"name":"@techor/fs","type":"module","scripts":{"build:main":"rollup --config rollup.config.mjs","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"A human-friendly file system","author":{"name":"Aron","email":"i@aron.tw","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/techor-dev/techor/issues"},"repository":{"type":"git","url":"https://github.com/techor-dev/techor.git","directory":"packages/@techor/fs"},"keywords":["read","read-file","write-file","read-json","write-json","read-package","write-package","fs","glob","utils"],"sideEffects":false,"publishConfig":{"access":"public","provenance":true},"main":"./dist/index.cjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"version":"3.1.0"}
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