Socket
Socket
Sign inDemoInstall

fs-minipass

Package Overview
Dependencies
3
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

2

index.js

@@ -9,3 +9,3 @@ 'use strict'

const writeBuffers = binding.writeBuffers
const FSReqWrap = binding.FSReqWrap
const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback

@@ -12,0 +12,0 @@ const _autoClose = Symbol('_autoClose')

{
"name": "fs-minipass",
"version": "1.2.5",
"version": "1.2.6",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --100 -J",
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"postpublish": "git push origin --follow-tags"
},

@@ -28,7 +28,10 @@ "keywords": [],

"mutate-fs": "^2.0.1",
"tap": "^10.7.2"
"tap": "^13.1.9"
},
"files": [
"index.js"
]
],
"tap": {
"check-coverage": true
}
}
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