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

@types/find-package-json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/find-package-json - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

11

find-package-json/index.d.ts
// Type definitions for find-package-json 1.2
// Project: https://github.com/3rd-Eden/find-package-json#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// fun4wut <https://github.com/fun4wut>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -17,5 +18,5 @@ // Minimum TypeScript Version: 3.6

*/
declare function find(root?: string | NodeModule): finder.FinderIterator;
declare function find(root?: string | NodeModule): find.FinderIterator;
declare namespace finder {
declare namespace find {
interface FinderIterator extends IterableIterator<PackageWithPath> {

@@ -77,2 +78,8 @@ /**

readme?: string;
main?: string;
module?: string;
browser?: string;
type?: string;
types?: string;
typings?: string;
}

@@ -79,0 +86,0 @@

10

find-package-json/package.json
{
"name": "@types/find-package-json",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for find-package-json",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find-package-json",
"license": "MIT",

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

"githubUsername": "BendingBender"
},
{
"name": "fun4wut",
"url": "https://github.com/fun4wut",
"githubUsername": "fun4wut"
}

@@ -25,4 +31,4 @@ ],

},
"typesPublisherContentHash": "d42bf87ee5b17654f8bb9474cb48bdcb49cb6bacf57b49d5ef2f5f285752987c",
"typesPublisherContentHash": "cde748c549daa8c2aaaa951133927d22151c6d8c3ce0e537f0f9bd9532779fbd",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Sun, 07 Mar 2021 11:48:45 GMT
* Last updated: Sun, 13 Jun 2021 10:31:20 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).
These definitions were written by [BendingBender](https://github.com/BendingBender), and [fun4wut](https://github.com/fun4wut).
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