New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blob-reading-methods

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blob-reading-methods - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

array-buffer.mjs

69

package.json
{
"name": "blob-reading-methods",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.0.1",
"description": "Simpler reading methods for Blob interface",
"keywords": [],
"homepage": "https://github.com/fisker/blob-reading-methods#readme",
"bugs": {
"url": "https://github.com/fisker/blob-reading-methods/issues"
},
"repository": "fisker/blob-reading-methods",
"keywords": [],
"funding": "https://github.com/fisker/blob-reading-methods?sponsor=1",
"license": "MIT",
"bugs": "https://github.com/fisker/blob-reading-methods/issues",
"homepage": "https://github.com/fisker/blob-reading-methods#readme",
"author": {
"name": "fisker Cheung",
"email": "lionkay@gmail.com",
"url": "https://www.fiskercheung.com/"
},
"sideEffects": false,
"type": "module",
"main": "index.mjs",
"files": [
"index.mjs",
"auto.mjs",
"array-buffer.mjs",
"stream.mjs",
"text.mjs"
],
"scripts": {
"clean": "run-p clean:*",
"clean:dist": "del-cli dist",
"dist": "run-p dist:*",
"dist:npm": "np --yolo --no-yarn",
"format": "run-p format:*",
"format:eslint": "yarn lint:eslint --fix",
"format:markdown": "yarn lint:markdown --fix",
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
"format:prettier": "yarn lint:prettier --write",
"lint": "run-p lint:*",
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"",
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",
"lint:package-json": "yarn run format:package-json --check",
"lint:prettier": "prettier \"**/*.{css,html,js,cjs,mjs,json,less,md,scss,ts,vue,yaml,yml}\" --check",
"release": "run-s dist"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@fisker/commitlint-config": "1.1.7",
"@fisker/eslint-config": "2.2.2",
"@fisker/husky-config": "2.1.1",
"@fisker/lint-staged-config": "2.1.0",
"@fisker/prettier-config": "2.2.0",
"cz-conventional-changelog": "3.1.0",
"del-cli": "3.0.0",
"eslint": "6.8.0",
"husky": "4.2.5",
"lint-staged": "10.2.0",
"markdownlint-cli": "0.22.0",
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"sort-package-json": "1.42.1"
},
"publishConfig": {

@@ -15,0 +68,0 @@ "access": "public",

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