Socket
Socket
Sign inDemoInstall

authenticate-pam

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.2.0

build/authenticate_pam.target.mk

42

package.json
{
"name" : "authenticate-pam",
"version" : "v0.1.3"
, "scripts" : {
"preinstall" : "node-gyp configure && node-gyp build"
, "preuninstall" : "rm -rf build/*"
}
, "main" : "build/Release/authenticate_pam.node"
, "description" : "Asynchronous PAM authentication for NodeJS 0.8.0 and later (using libuv and gyp)"
, "homepage" : "https://github.com/RushPL/node-authenticate-pam"
, "author" : {
"name" : "Damian Kaczmarek"
, "email" : "rush@rushbase.net"
, "url" : "www.rushbase.net"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/RushPL/node-authenticate-pam.git"
}
, "engines": {
"node": "0.10.x"
"name": "authenticate-pam",
"version": "v0.2.0",
"scripts": {
"preinstall": "node-gyp configure && node-gyp build",
"preuninstall": "rm -rf build/*"
},
"main": "build/Release/authenticate_pam.node",
"description": "Asynchronous PAM authentication for Node.JS",
"homepage": "https://github.com/RushPL/node-authenticate-pam",
"author": {
"name": "Damian Kaczmarek",
"email": "damian@codecharm.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/RushPL/node-authenticate-pam.git"
},
"dependencies": {
"nan": "~0.8.0"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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