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

@types/archy

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/archy - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

2

archy/index.d.ts

@@ -7,3 +7,3 @@ declare function archy(obj: archy.Data, prefix?: string, opts?: archy.Options): string;

label: string;
nodes?: (Data | string)[] | undefined;
nodes?: Array<Data | string> | undefined;
}

@@ -10,0 +10,0 @@ interface Options {

{
"name": "@types/archy",
"version": "0.0.35",
"version": "0.0.36",
"description": "TypeScript definitions for archy",

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

"dependencies": {},
"typesPublisherContentHash": "7cf4168b4188e7fec7d83a66f1a334a4f3371f2f073528d35f603cbde699e8e2",
"typesPublisherContentHash": "f17fcb5d5d1d47294ccf040759bf0a40ee93145b981fc42af47bd857f016fa92",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

label: string;
nodes?: (Data | string)[] | undefined;
nodes?: Array<Data | string> | undefined;
}

@@ -30,3 +30,3 @@ interface Options {

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
* Dependencies: none

@@ -33,0 +33,0 @@

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