Socket
Socket
Sign inDemoInstall

data-uri-to-buffer

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 3.0.0

dist/src/index.d.ts

37

package.json
{
"name": "data-uri-to-buffer",
"version": "2.0.2",
"version": "3.0.0",
"description": "Generate a Buffer instance from a Data URI string",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha --reporter spec"
"build": "tsc",
"test": "mocha --reporter spec dist/test/*.js",
"test-lint": "eslint src --ext .js,.ts",
"prepublishOnly": "npm run build"
},

@@ -14,2 +20,5 @@ "repository": {

},
"engines": {
"node": ">= 6"
},
"keywords": [

@@ -32,5 +41,21 @@ "data",

"devDependencies": {
"@types/node": "^8.0.7",
"mocha": "^3.4.2"
"@types/buffer-from": "^1.1.0",
"@types/es6-promisify": "^5.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "^10.5.3",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "^6.2.0",
"typescript": "^3.5.3"
},
"dependencies": {
"buffer-from": "^1.1.1"
}
}
.travis.yml
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