Socket
Socket
Sign inDemoInstall

chownr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chownr - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

chownr.js

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

}
: fs[LCHOWNSYNC]
: (path, uid, gid) => fs[LCHOWNSYNC](path, uid, gid)

@@ -41,0 +41,0 @@ // fs.readdir could only accept an options object as of node v6

@@ -5,3 +5,3 @@ {

"description": "like `chown -R`",
"version": "1.1.2",
"version": "1.1.3",
"repository": {

@@ -24,5 +24,5 @@ "type": "git",

"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
"postpublish": "git push origin --follow-tags"
},
"license": "ISC"
}
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