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.1 to 2.0.2

addon/locale.js

3

addon/uuid.js

@@ -6,2 +6,3 @@ /**

import Ember from 'ember';
import uuid from 'node-uuid';

@@ -27,3 +28,3 @@ /***/

// gennerate the uuid
const id = window.uuid.v4();
const id = uuid.v4(...arguments);

@@ -30,0 +31,0 @@ // assert the uuid created a valid uuid

@@ -28,2 +28,3 @@ /* jshint node: true */

app.import(vendor + '/node-uuid/uuid.js', {prepend: true});
app.import('vendor/shims.js');
}

@@ -30,0 +31,0 @@ },

{
"name": "busy-utils",
"version": "2.0.1",
"version": "2.0.2",
"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