Socket
Socket
Sign inDemoInstall

@glimmer/interfaces

Package Overview
Dependencies
Maintainers
13
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/interfaces - npm Package Compare versions

Comparing version 0.85.12 to 0.85.13

6

lib/runtime/arguments.d.ts

@@ -63,7 +63,1 @@ import type { Nullable } from '../core';

}
export interface ArgumentsDebug {
positional: readonly unknown[];
named: Record<string, unknown>;
errors: Record<string, Error>;
}

4

lib/runtime/debug-render-tree.d.ts
import type { SimpleElement, SimpleNode } from '@simple-dom/interface';
import type { Bounds } from '../dom/bounds';
import type { ArgumentsDebug, CapturedArguments } from './arguments';
import type { Arguments, CapturedArguments } from './arguments';

@@ -20,3 +20,3 @@ export type RenderNodeType = 'outlet' | 'engine' | 'route-template' | 'component';

name: string;
args: ArgumentsDebug;
args: Arguments;
instance: unknown;

@@ -23,0 +23,0 @@ template: string | null;

{
"name": "@glimmer/interfaces",
"type": "module",
"version": "0.85.12",
"version": "0.85.13",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/interfaces",

@@ -6,0 +6,0 @@ "types": "index.d.ts",

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