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
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchedla/snacktime

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.

0.0.17
Source
npm
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

Snacktime

Snacktime is a wrapper for the Launched LA internal database that will replicate into Snowflake. It is an enhanced place to store event-driven data.

Snacktime Baby

Usage

There are 2 main functions: recordAction and getActions. Refer to the test file for exact usage.

Adding New Types

Refer to this commit for reference.

  • Add the new type in src/types.ts.
  • Add a test in src/index.test.ts.
  • Add the new GraphQL type in src/graphql-types.ts and all the required logic.
  • Add a test in src/graphql-types.test.ts.
  • Make sure npm t works.
  • Make sure npm run build works.

Testing

  • Have Docker installed.
  • Run npm t -- --watch to run the tests and watch.

FAQs

Package last updated on 28 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts