Socket
Socket
Sign inDemoInstall

level-codec

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-codec - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

14

CHANGELOG.md

@@ -5,4 +5,14 @@ # Changelog

## [Unreleased][unreleased]
## [9.0.2] - 2020-06-26
### Changed
- Upgrade `hallmark` devDependency from `^0.1.0` to `^2.0.0` ([#53](https://github.com/Level/codec/issues/53), [#56](https://github.com/Level/codec/issues/56)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `standard` devDependency from `^12.0.0` to `^14.0.0` ([#52](https://github.com/Level/codec/issues/52), [#55](https://github.com/Level/codec/issues/55)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#50](https://github.com/Level/codec/issues/50)) ([**@vweevers**](https://github.com/vweevers))
### Fixed
- Add `buffer` dependency for browsers ([#58](https://github.com/Level/codec/issues/58)) ([**@hugomrdias**](https://github.com/hugomrdias))
## [9.0.1] - 2019-04-01

@@ -230,3 +240,3 @@

[unreleased]: https://github.com/Level/codec/compare/v9.0.1...HEAD
[9.0.2]: https://github.com/Level/codec/compare/v9.0.1...v9.0.2

@@ -233,0 +243,0 @@ [9.0.1]: https://github.com/Level/codec/compare/v9.0.0...v9.0.1

3

CONTRIBUTORS.md

@@ -9,3 +9,4 @@ # Contributors

| **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) |
| **Daniel Cousens** | [**@dcousens**](https://github.com/dcousens) | |
| **Hugo Dias** | | |
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | |
| **Daniel Cousens** | [**@dcousens**](https://github.com/dcousens) | |

@@ -0,1 +1,3 @@

var Buffer = require('buffer').Buffer
exports.utf8 = exports['utf-8'] = {

@@ -2,0 +4,0 @@ encode: function (data) {

{
"name": "level-codec",
"version": "9.0.1",
"version": "9.0.2",
"description": "Encode keys, values and range options, with built-in or custom encodings",

@@ -14,10 +14,12 @@ "license": "MIT",

},
"dependencies": {},
"dependencies": {
"buffer": "^5.6.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"hallmark": "^0.1.0",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"nyc": "^13.2.0",
"standard": "^12.0.0",
"nyc": "^14.0.0",
"standard": "^14.0.0",
"tape": "^4.10.0"

@@ -24,0 +26,0 @@ },

@@ -8,3 +8,3 @@ # level-codec

[![Node version](https://img.shields.io/node/v/level-codec.svg)](https://www.npmjs.com/package/level-codec)
[![Travis](https://img.shields.io/travis/Level/codec.svg?logo=travis&label=)](https://travis-ci.org/Level/codec)
[![Travis](https://img.shields.io/travis/com/Level/codec.svg?logo=travis&label=)](https://travis-ci.com/Level/codec)
[![npm](https://img.shields.io/npm/dm/level-codec.svg?label=dl)](https://www.npmjs.com/package/level-codec)

@@ -129,3 +129,3 @@ [![Coverage Status](https://coveralls.io/repos/github/Level/codec/badge.svg)](https://coveralls.io/github/Level/codec)

To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level), [npm](https://www.npmjs.com/) packages and (soon) [our website](http://leveldb.org). 💖
To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level) and [npm](https://www.npmjs.com/) packages. 💖

@@ -144,3 +144,3 @@ ### Backers

[level-badge]: http://leveldb.org/img/badge.svg
[level-badge]: https://leveljs.org/img/badge.svg

@@ -147,0 +147,0 @@ [`encoding-down`]: https://github.com/Level/encoding-down

Sorry, the diff of this file is not supported yet

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