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.11 to 0.85.12

6

lib/runtime/arguments.d.ts

@@ -63,1 +63,7 @@ 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 { Arguments, CapturedArguments } from './arguments';
import type { ArgumentsDebug, CapturedArguments } from './arguments';

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

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

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

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

@@ -22,4 +22,5 @@ "types": "index.d.ts",

"eslint": "^8.52.0",
"publint": "^0.2.5",
"rollup": "^3.21.6",
"publint": "^0.2.5",
"typescript": "*",
"@glimmer-workspace/build-support": "^1.0.0"

@@ -31,5 +32,3 @@ },

"test:publint": "publint"
},
"main": null,
"module": 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