Socket
Socket
Sign inDemoInstall

@chefs-plate/forgery

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chefs-plate/forgery

Chefs Plate Mock Library


Version published
Maintainers
4
Created
Source

Forgery

Forgery is a collection of mocks used in Chefs Plate applications

Installation

Install as an NPM package

npm i @chefs-plate/forgery

Usage

To import a specific mock:

import { menus } from '@chefs-plate/forgery';


Available Mocks

Any of the following mocks are currently available:

Customer Mocks

  • customer

  • dateEvents

  • freebies

  • invites

  • platecredits

Guest Mocks

  • checkoutRequest

  • invalidCredentials

  • validCredentials

Menu Mocks

  • menus

  • tastePreferences

Plan Mocks

  • discount

  • discountedPlans

  • plans

Recipe Mocks

  • recipe

To Publish Changes

  • Update version in package.json
  • Pull request changes into master
  • Obtain access to the npm registry if you don't have one
  • npm login
  • npm publish --access public

FAQs

Package last updated on 23 May 2019

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

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