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

@vivse/frontend-library

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivse/frontend-library - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

12

apollo/key-fields.js

@@ -6,19 +6,19 @@ "use strict";

GalleryContentPhoto: {
keyFields: ['galleryId', 'photoId'],
keyFields: ["galleryId", "photoId"],
},
OrderedPhoto: {
keyFields: ['galleryId', 'photoId', 'orderId'],
keyFields: ["photoId", "orderId"],
},
DiscountParam: {
keyFields: ['paramId', 'discountVariantId', 'discountParamTypeId'],
keyFields: ["paramId", "discountVariantId", "discountParamTypeId"],
},
DiscountVariantWithinGallery: {
keyFields: ['discountVariantId', 'galleryId'],
keyFields: ["discountVariantId", "galleryId"],
},
DiscountVariantApplied: {
keyFields: ['discountVariantId', 'orderId'],
keyFields: ["discountVariantId", "orderId"],
},
SharedOrder: {
keyFields: ['orderId', 'tokenHash'],
keyFields: ["orderId", "tokenHash"],
},
};
{
"name": "@vivse/frontend-library",
"version": "1.2.7",
"version": "1.3.0",
"description": "Library shared between react projects",

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