Socket
Socket
Sign inDemoInstall

@glimmer/interfaces

Package Overview
Dependencies
Maintainers
14
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.91.2 to 0.92.0

4

lib/compile/wire-format/api.d.ts

@@ -114,3 +114,2 @@ import type { PresentArray } from '../../array.js';

export type GetPathTemplateSymbol = [GetLexicalSymbolOpcode, number, Path];
export type GetPathStrictFree = [GetStrictKeywordOpcode, number, Path];
export type GetPathFreeAsComponentOrHelperHead = [

@@ -130,4 +129,3 @@ GetFreeAsComponentOrHelperHeadOpcode,

| GetPathFreeAsComponentHead;
export type GetPathFree = GetPathStrictFree | GetPathContextualFree;
export type GetPath = GetPathSymbol | GetPathTemplateSymbol | GetPathFree;
export type GetPath = GetPathSymbol | GetPathTemplateSymbol | GetPathContextualFree;

@@ -134,0 +132,0 @@ export type Get = GetVar | GetPath;

{
"name": "@glimmer/interfaces",
"version": "0.91.2",
"version": "0.92.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/interfaces",

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