@glimmer/runtime
Advanced tools
Comparing version 0.22.1 to 0.22.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1376470
22189