🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

fake-products-sj

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-products-sj

"A simple package to create fake products"

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

get fake products

Installation

npm install fake-products-sj

Usage

For use fake products

var fakeProducts = require('fake-products-sj');

fakeProducts.addProduct({name:'Iphone Z', amount: 2});
fakeProducts.getProducts();
fakeProducts.deleteProducts(1);
fakeProducts.editProducts(1, 'Iphone X plus', 3);
fakeProducts.buyProduct(1, 'my_id');
fakeProducts.getHistorySell();

FAQs

Package last updated on 09 Feb 2018

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