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.82.0 to 0.83.0

3

dist/types/lib/template.d.ts

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

readonly isStrictMode: boolean;
readonly asPartial: boolean;
}

@@ -44,3 +43,2 @@

asLayout(): CompilableProgram;
asPartial(): CompilableProgram;
asWrappedLayout(): CompilableProgram;

@@ -100,3 +98,2 @@ }

export interface ContainingMetadata {
asPartial: boolean;
evalSymbols: Option<string[]>;

@@ -103,0 +100,0 @@ upvars: Option<string[]>;

2

dist/types/package.json
{
"name": "@glimmer/interfaces",
"version": "0.81.0",
"version": "0.82.0",
"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.82.0",
"version": "0.83.0",
"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