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

@launchedla/snacktime

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchedla/snacktime - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

4

dist/index.test.js

@@ -188,3 +188,2 @@ "use strict";

bundleType: 'Diaper',
bundleId: '123456789',
variantIds: [123, 456],

@@ -197,3 +196,2 @@ })).toBe(true);

bundleType: 'Diaper',
bundleId: '123456789',
variantIds: [123, 456],

@@ -205,3 +203,3 @@ })).toBe(true);

label: 'RedeemedBirthdayGift',
variantId: '123',
variantId: 123,
})).toBe(true);

@@ -208,0 +206,0 @@ });

@@ -52,3 +52,3 @@ interface CommonProps {

label: 'RedeemedBirthdayGift';
variantId: string;
variantId: number;
}

@@ -91,3 +91,2 @@ interface AcceptedCancellationSaveAction extends CommonProps {

bundleType: string;
bundleId: string;
variantIds: number[];

@@ -98,3 +97,2 @@ }

bundleType: string;
bundleId: string;
variantIds: number[];

@@ -101,0 +99,0 @@ }

{
"name": "@launchedla/snacktime",
"version": "0.0.24",
"version": "0.0.25",
"description": "Snacktime is a wrapper for the Launched LA internal database that will replicate into Snowflake. It is a replacement for Shopify metafields and an enhanced place to store event-driven data.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -258,3 +258,2 @@ import Snacktime from './'

bundleType: 'Diaper',
bundleId: '123456789',
variantIds: [123, 456],

@@ -273,3 +272,2 @@ }

bundleType: 'Diaper',
bundleId: '123456789',
variantIds: [123, 456],

@@ -287,3 +285,3 @@ }

label: 'RedeemedBirthdayGift',
variantId: '123',
variantId: 123,
}

@@ -290,0 +288,0 @@ )

@@ -61,3 +61,3 @@ interface CommonProps {

label: 'RedeemedBirthdayGift'
variantId: string
variantId: number
}

@@ -107,3 +107,2 @@

bundleType: string
bundleId: string
variantIds: number[]

@@ -115,3 +114,2 @@ }

bundleType: string
bundleId: string
variantIds: number[]

@@ -118,0 +116,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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