Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adorsys/encrypt-down

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adorsys/encrypt-down - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/lib.js

7

package.json
{
"name": "@adorsys/encrypt-down",
"version": "1.0.0",
"version": "1.0.1",
"description": "Encryption layer for level-db",
"main": "src/index.js",
"browser": {
"src/index.js": "dist/lib.js"
},
"repository": {

@@ -38,2 +41,3 @@ "type": "git",

"coverage": "nyc report --reporter=text-lcov | coveralls",
"build": "browserify -s encryptdown -e src/index.js -o dist/lib.js",
"travis-deploy-once": "travis-deploy-once",

@@ -70,2 +74,3 @@ "semantic-release": "semantic-release"

"ava": "1.0.0-beta.8",
"browserify": "16.2.3",
"coveralls": "3.0.2",

@@ -72,0 +77,0 @@ "eslint-plugin-html": "4.0.5",

6

README.md
# :closed_lock_with_key: encrypt-down :closed_lock_with_key:
[![leveldb](http://leveldb.org/img/badge.svg)](https://github.com/level/awesome)
[![Travis](https://img.shields.io/travis/radzom/encrypt-down.svg)](https://travis-ci.org/radzom/encrypt-down)
[![Coveralls](https://img.shields.io/coveralls/radzom/encrypt-down.svg)](https://coveralls.io/github/radzom/encrypt-down)
[![Travis](https://img.shields.io/travis/adorsys/encrypt-down.svg)](https://travis-ci.org/adorsys/encrypt-down)
[![Coveralls](https://img.shields.io/coveralls/adorsys/encrypt-down.svg)](https://coveralls.io/github/adorsys/encrypt-down)
[![npm](https://img.shields.io/npm/v/@adorsys/encrypt-down.svg)](https://www.npmjs.com/package/@adorsys/encrypt-down)

@@ -11,3 +11,3 @@ [![npm](https://img.shields.io/npm/dt/@adorsys/encrypt-down.svg)](https://www.npmjs.com/package/@adorsys/encrypt-down)

[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier#readme)
[![NpmLicense](https://img.shields.io/npm/l/encrypt-down.svg)](https://github.com/radzom/encrypt-down/blob/master/LICENSE)
[![NpmLicense](https://img.shields.io/npm/l/encrypt-down.svg)](https://github.com/adorsys/encrypt-down/blob/master/LICENSE)

@@ -14,0 +14,0 @@ An abstract-leveldown implementation that wraps another store to encrypt values.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc