Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glamaholic-to-collections

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glamaholic-to-collections - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

lib.js
import * as fs from "node:fs";
const convertSlotName = (slot) => {
switch (slot) {
case "Hands":
return "Gloves";
default:
return slot;
}
};
export const convertPlates = (glamaholicConfig) =>

@@ -13,3 +22,3 @@ glamaholicConfig["Plates"].map((plate) => ({

...acc,
[slot]: {
[convertSlotName(slot)]: {
...item,

@@ -16,0 +25,0 @@ $type: "Collections.GlamourItem, Collections",

2

package.json
{
"name": "glamaholic-to-collections",
"version": "1.0.1",
"version": "1.0.2",
"description": "Convert Glamaholic data to Collections",

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