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

@glimmer/interfaces

Package Overview
Dependencies
Maintainers
12
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.74.1 to 0.74.2

2

dist/types/lib/compile/wire-format.d.ts

@@ -521,3 +521,3 @@ import { PresentArray } from '../array';

moduleName: string;
scope: (() => unknown[]) | null;
scope: (() => unknown[]) | undefined | null;
isStrictMode: boolean;

@@ -524,0 +524,0 @@ }

@@ -20,3 +20,3 @@ import { Operand, SerializedTemplateBlock, SerializedInlineBlock, BlockOperand } from './compile';

readonly owner: Owner | null;
readonly scope: (() => unknown[]) | null;
readonly scope: (() => unknown[]) | undefined | null;
readonly isStrictMode: boolean;

@@ -23,0 +23,0 @@ readonly asPartial: boolean;

{
"name": "@glimmer/interfaces",
"version": "0.74.0",
"version": "0.74.1",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/interfaces",

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

{
"name": "@glimmer/interfaces",
"version": "0.74.1",
"version": "0.74.2",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/interfaces",

@@ -5,0 +5,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