Socket
Socket
Sign inDemoInstall

joycon

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joycon - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "joycon",
"version": "2.2.1",
"version": "2.2.2",
"description": "Load config with ease.",

@@ -5,0 +5,0 @@ "repository": {

@@ -44,4 +44,4 @@ export interface Options {

declare class JoyCon {
constructor(options?: Options)
constructor(public options?: Options)
resolve(files?: string[] | Options, cwd?: string, stopDir?: string): Promise<string | null>

@@ -48,0 +48,0 @@ resolveSync(files?: string[] | Options, cwd?: string, stopDir?: string): string | null

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