Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@telus/orderhub-state-library

Package Overview
Dependencies
Maintainers
24
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@telus/orderhub-state-library

Encrypts and decrypts Redux state, and save it to the IndexedDB.

unpublished
latest
npmnpm
Version
1.2.0
Version published
Maintainers
24
Created
Source

Order Hub state library

Encrypts and decrypts Redux state, and save it to the IndexedDB.

Disable/Enable encryption

Update the src/index.js file: const SAVE_ENCRYPTED = true;

It is recommended to delete the IndexedDB in the browser.

How to create npm packages

If you don’t have yet the environment variable NPM_TOKEN, then you need to add it to your profile. The token should be provided by ????

  • create a .profile file, C:\Users{user}/.profile
  • export NPM_TOKEN="${NPM_TOKEN}"

In the root of your project file, create .npmrc with the following content: //registry.npmjs.org/:_authToken=${NPM_TOKEN}

FAQs

Package last updated on 31 Aug 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