Socket
Book a DemoInstallSign in
Socket

oscillate

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oscillate

A data-fetching library for component-driven applications.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

oscillate

Oscillate is an opinionated data-layer for component-based applications that leverage traditional API calls for satisfying their data needs.

Note: by default, Oscillate will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.

To use Oscillate in production mode, set the environment variable NODE_ENV to production. A minifier that performs dead-code elimination such as UglifyJS is recommended to completely remove the extra code present in development mode.

Usage

npm i oscillate --save
# or
yarn add oscillate
const { Environment } = require('oscillate');
// or
import { Environment } from 'oscillate';

FAQs

Package last updated on 15 Sep 2017

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