Huge News!Announcing our $40M Series B led by Abstract Ventures.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.23 to 0.0.24

6

dist/index.test.js

@@ -200,2 +200,8 @@ "use strict";

});
test('RedeemBirthdayGift', async () => {
expect(await snacktime.recordAction({ bundleId: 123, customerId: 123 }, {
label: 'RedeemedBirthdayGift',
variantId: '123',
})).toBe(true);
});
});

@@ -202,0 +208,0 @@ describe('getActions', () => {

2

package.json
{
"name": "@launchedla/snacktime",
"version": "0.0.23",
"version": "0.0.24",
"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",

@@ -278,2 +278,14 @@ import Snacktime from './'

})
test('RedeemBirthdayGift', async () => {
expect(
await snacktime.recordAction(
{ bundleId: 123, customerId: 123 },
{
label: 'RedeemedBirthdayGift',
variantId: '123',
}
)
).toBe(true)
})
})

@@ -280,0 +292,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