New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

shm-cache

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shm-cache

[![Build Status](https://travis-ci.org/denghongcai/node-shm-cache.svg)](https://travis-ci.org/denghongcai/node-shm-cache)

latest
Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

node-shm-cache

npm version Build Status

A wrapper for libshmcache

Installation

Just run

$ npm i shm-cache --save

then check test folder to get usage :D

Building

To compile the extension, you need to install libshmcache first, then run

$ npm i
$ npm run configure
$ npm run build

All subsequent builds only need npm run build

You can confirm everything built correctly by running the test suite.

To run tests:

$ npm test

or to run test continuously

$ npm test -- watch

Keywords

shm

FAQs

Package last updated on 10 Oct 2020

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