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

@types/posix

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/posix - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

44

posix/index.d.ts

@@ -30,3 +30,3 @@ // Type definitions for posix 4.2

export type Resource = 'core' | 'cpu' | 'data' | 'fsize' | 'nofile' | 'nproc' | 'stack' | 'as';
export type Resource = "core" | "cpu" | "data" | "fsize" | "nofile" | "nproc" | "stack" | "as";

@@ -42,24 +42,24 @@ export interface LogOption {

export type Facility =
| 'auth'
| 'authpriv'
| 'cron'
| 'daemon'
| 'ftp'
| 'kern'
| 'lpr'
| 'mail'
| 'news'
| 'syslog'
| 'user'
| 'uucp'
| 'local0'
| 'local1'
| 'local2'
| 'local3'
| 'local4'
| 'local5'
| 'local6'
| 'local7';
| "auth"
| "authpriv"
| "cron"
| "daemon"
| "ftp"
| "kern"
| "lpr"
| "mail"
| "news"
| "syslog"
| "user"
| "uucp"
| "local0"
| "local1"
| "local2"
| "local3"
| "local4"
| "local5"
| "local6"
| "local7";
export type Priority = 'emerg' | 'alert' | 'crit' | 'err' | 'warning' | 'notice' | 'info' | 'debug';
export type Priority = "emerg" | "alert" | "crit" | "err" | "warning" | "notice" | "info" | "debug";

@@ -66,0 +66,0 @@ export interface PriorityMask {

{
"name": "@types/posix",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript definitions for posix",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/posix",

"dependencies": {},
"typesPublisherContentHash": "932ce9127e7265bde576eb995dbe4f0ce940f82c9033e00247cd0fba5aa2aa23",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "eff5984ce47616c47fb8292cf26c95bbf2c23ed488269e3da5bd2b1d0b20dfd5",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 12 Nov 2022 00:32:49 GMT
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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