Socket
Socket
Sign inDemoInstall

@glimmer/util

Package Overview
Dependencies
Maintainers
14
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/util - npm Package Compare versions

Comparing version 0.87.1 to 0.88.0

2

dist/dev/index.js

@@ -404,4 +404,6 @@ import { DEBUG } from '@glimmer/env';

// the cast will mandate that it's a browser element
// Finally, if it's a more generic check, the cast will mandate that it's a
// browser node and return a BrowserNodeUtils corresponding to the check
function castToBrowser(node, sugaryCheck) {

@@ -408,0 +410,0 @@ if (node === null || node === undefined) {

6

package.json
{
"name": "@glimmer/util",
"version": "0.87.1",
"version": "0.88.0",
"license": "MIT",

@@ -18,3 +18,3 @@ "description": "Common utilities used in Glimmer",

"@glimmer/env": "0.1.7",
"@glimmer/interfaces": "^0.87.1"
"@glimmer/interfaces": "^0.88.0"
},

@@ -28,3 +28,3 @@ "devDependencies": {

"@glimmer-workspace/build-support": "^1.0.0",
"@glimmer/local-debug-flags": "^0.87.1"
"@glimmer/local-debug-flags": "^0.88.0"
},

@@ -31,0 +31,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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