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

@glimmer/runtime

Package Overview
Dependencies
Maintainers
10
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/runtime - npm Package Compare versions

Comparing version 0.22.1 to 0.22.2

2

dist/commonjs/lib/environment.js

@@ -188,3 +188,3 @@ "use strict";

begin() {
util_1.assert(!this._transaction, 'Cannot start a nested transaction');
this._transaction = new Transaction();

@@ -191,0 +191,0 @@ }

@@ -183,3 +183,3 @@ import { populateBuiltins } from './syntax/functions';

begin() {
assert(!this._transaction, 'Cannot start a nested transaction');
this._transaction = new Transaction();

@@ -186,0 +186,0 @@ }

@@ -290,3 +290,3 @@ import { SymbolTable } from '@glimmer/interfaces';

begin() {
assert(!this._transaction, 'Cannot start a nested transaction');
this._transaction = new Transaction();

@@ -293,0 +293,0 @@ }

{
"name": "@glimmer/runtime",
"version": "0.22.1",
"version": "0.22.2",
"description": "Minimal runtime needed to render Glimmer templates",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

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