Socket
Socket
Sign inDemoInstall

dexie-encrypted-build

Package Overview
Dependencies
13
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dexie-encrypted-build

ES5 build of dexie-encrypted


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[1.2.202] - 2023-07-05

  • Bump dependencies

Readme

Source

dexie-encrypted-build

ES5 build of dexie-encrypted

Versioning

The version of this package follows the version of dexie-encrypted that's included.

For example, dexie-encrypted-build@1.2.200 is the first build of dexie-encrypted@1.2.2.

Installing

$ npm install dexie-encrypted-build

Using

import encrypt from 'dexie-encrypted-build' // instead of 'dexie-encrypted'

See the dexie-encrypted documentation.

Requirements

  • dexie (v2 or v3) must be provided as a peer dependency.

  • In older browsers, the following polyfills may be required:

Building

  1. $ yarn
  2. $ yarn build

If building a newer version of dexie-encrypted (e.g. 1.2.3), bump the dependency version of dexie-encrypted in package.json and set this package's version to 1.2.300.

If building a new build of an existing version of dexie-encrypted, bump the patch version.

Keywords

FAQs

Last updated on 06 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc