Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@types/node-os-utils

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-os-utils - npm Package Compare versions

Comparing version
1.2.0
to
1.3.0
+2
-1
node-os-utils/index.d.ts

@@ -1,6 +0,7 @@

// Type definitions for node-os-utils 1.2
// Type definitions for node-os-utils 1.3
// Project: https://github.com/SunilWang/node-os-utils
// Definitions by: Nasreddine Bac Ali <https://github.com/bacali95>
// Sasial <https://github.com/sasial-dev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export * from './lib';

@@ -23,2 +23,3 @@ export default class Mem {

freeMemPercentage: number;
usedMemPercentage: number;
}
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/node-os-utils",
"version": "1.2.0",
"version": "1.3.0",
"description": "TypeScript definitions for node-os-utils",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-os-utils",
"license": "MIT",

@@ -11,2 +12,7 @@ "contributors": [

"githubUsername": "bacali95"
},
{
"name": "Sasial",
"url": "https://github.com/sasial-dev",
"githubUsername": "sasial-dev"
}

@@ -23,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "86d91cf83bb4a362da95374d4c40b67784d38c59cdb3214d7b4e68069d6f6669",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "e1f630ac084d0e80ed449f99e71ffe1fdc20ece371a37002deef0b2acdcf9538",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Mon, 20 Jan 2020 20:23:24 GMT
* Last updated: Tue, 31 May 2022 18:31:36 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Nasreddine Bac Ali (https://github.com/bacali95).
These definitions were written by [Nasreddine Bac Ali](https://github.com/bacali95), and [Sasial](https://github.com/sasial-dev).