level-codec
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -1,2 +0,1 @@ | ||
exports.utf8 = exports['utf-8'] = { | ||
@@ -36,8 +35,4 @@ encode: function(data){ | ||
exports.none = { | ||
encode: function(data){ | ||
return data; | ||
}, | ||
decode: function(data){ | ||
return data; | ||
}, | ||
encode: identity, | ||
decode: identity, | ||
buffer: false, | ||
@@ -83,2 +78,1 @@ type: 'id' | ||
} | ||
{ | ||
"name": "level-codec", | ||
"repository": "Level/codec", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Levelup's encoding logic", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -9,2 +9,3 @@ | ||
[![Build Status](https://travis-ci.org/Level/codec.png)](https://travis-ci.org/Level/codec) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/Level/codec.svg)](https://greenkeeper.io/) | ||
@@ -11,0 +12,0 @@ ## API |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14761
98
388
1