New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

busy-utils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busy-utils - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

addon/assert.js

@@ -205,3 +205,3 @@ /**

if (!(value instanceof DS.Model) && value.get) {
if (!(value instanceof DS.Model) && typeof value === 'object' && value.get) {
// if DS.PromiseObject then get the content model from the object and check it.

@@ -208,0 +208,0 @@ value = !Ember.isNone(value.get('content')) ? value.get('content') : value;

{
"name": "busy-utils",
"version": "2.0.4",
"version": "2.0.5",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

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