Socket
Socket
Sign inDemoInstall

data-uri-to-buffer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-uri-to-buffer - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

7

History.md
1.0.0 / 2017-06-09
==================
* Bumping to v1.0.0 for semver semantics
* random updates for newer Node.js versions
* travis: test more node versions and fix v0.8
0.0.4 / 2015-06-29

@@ -3,0 +10,0 @@ ==================

1

index.js

@@ -0,1 +1,2 @@

'use strict';

@@ -2,0 +3,0 @@ /**

7

package.json
{
"name": "data-uri-to-buffer",
"version": "0.0.4",
"version": "1.0.0",
"description": "Generate a Buffer instance from a Data URI string",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {

@@ -33,4 +30,4 @@ "test": "mocha --reporter spec"

"devDependencies": {
"mocha": "2"
"mocha": "^3.4.2"
}
}

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