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

@types/inherits

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/inherits - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

1

inherits/index.d.ts

@@ -8,4 +8,3 @@ // Type definitions for inherits

import { inherits } from "util";
export = inherits;

15

inherits/package.json
{
"name": "@types/inherits",
"version": "0.0.30",
"version": "0.0.31",
"description": "TypeScript definitions for inherits",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits",
"license": "MIT",

@@ -9,9 +10,12 @@ "contributors": [

"name": "Ilya Mochalov",
"url": "https://github.com/chrootsu"
"url": "https://github.com/chrootsu",
"githubUsername": "chrootsu"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/inherits"
},

@@ -22,5 +26,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "237f67cdeef180f42aedd305a7ed6ac7f6dc486d8a443599509f8b54b9afc876",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "2eb1895d372b2b721bc9bc7ba30b8affd89cb332ecf3b739ab3ad1bcc951214a",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,23 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits/index.d.ts)
````ts
// Type definitions for inherits
// Project: https://github.com/isaacs/inherits
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Tue, 25 Jul 2017 17:56:27 GMT
* Dependencies: util, node
/// <reference types="node" />
import { inherits } from "util";
export = inherits;
````
### Additional Details
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>.
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu).

Sorry, the diff of this file is not supported yet

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