🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

to
5.0.1

./dist/index.js

22

package.json
{
"name": "data-uri-to-buffer",
"version": "5.0.0",
"version": "5.0.1",
"description": "Generate a Buffer instance from a Data URI string",

@@ -10,8 +10,2 @@ "main": "./dist/index.js",

],
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs"
},
"repository": {

@@ -39,8 +33,14 @@ "type": "git",

"@types/jest": "^27.0.2",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"tsconfig": "0.0.0"
},
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs"
}
}
}