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

@smartface/smartface.updater

Package Overview
Dependencies
Maintainers
7
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/smartface.updater - npm Package Compare versions

Comparing version 6.4.3 to 6.4.4

9

6.4.4/index.js

@@ -9,2 +9,4 @@ define(function(require, exports, module) {

var idMap = {};
var listViewDefault = require("text!./listViewDefault.json");

@@ -82,12 +84,11 @@ var listViewIndex = JSON.parse(require("text!./listViewIndex.json"));

function updateComponentIDs(components) {
var map = {};
components.forEach(function(component) {
var oldID = component.id;
var newID = guid();
map[oldID] = newID;
component.id = newID;
idMap[oldID] = newID;
component.id = idMap[oldID];
});
components.forEach(function(c) {
if (c.source && c.source.id) {
c.source.id = map[c.source.id];
c.source.id = idMap[c.source.id];
}

@@ -94,0 +95,0 @@ });

{
"name": "@smartface/smartface.updater",
"version": "6.4.3",
"version": "6.4.4",
"description": "SmartfaceCloud Updater plugin",

@@ -5,0 +5,0 @@ "main": "smf.updater.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