Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apache-crypt

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-crypt - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

11

package.json
{
"name": "apache-crypt",
"description": "Node.js module for Apache style password encryption using crypt(3).",
"version": "1.0.9",
"version": "1.1.0",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",

@@ -12,6 +12,6 @@ "maintainers": [

],
"homepage": "http://github.com/gevorg/apache-crypt",
"homepage": "http://github.com/http-auth/apache-crypt",
"repository": {
"type": "git",
"url": "http://github.com/gevorg/apache-crypt.git"
"url": "http://github.com/http-auth/apache-crypt.git"
},

@@ -22,7 +22,8 @@ "main": "./lib/apache-crypt.js",

"type": "MIT",
"url": "http://github.com/gevorg/apache-crypt/blob/master/LICENSE"
"url": "http://github.com/http-auth/apache-crypt/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/gevorg/apache-crypt/issues"
"url": "http://github.com/http-auth/apache-crypt/issues"
},

@@ -29,0 +30,0 @@ "devDependencies": {

# apache-crypt
[Node.js](http://nodejs.org/) package for Apache style password encryption using crypt(3).
[![Build Status](https://api.travis-ci.org/gevorg/apache-crypt.png)](https://travis-ci.org/gevorg/apache-crypt)
[![Dependency Status](https://david-dm.org/gevorg/apache-crypt.png)](https://david-dm.org/gevorg/apache-crypt)
[![Build Status](https://api.travis-ci.org/http-auth/apache-crypt.png)](https://travis-ci.org/http-auth/apache-crypt)
[![Dependency Status](https://david-dm.org/http-auth/apache-crypt.png)](https://david-dm.org/http-auth/apache-crypt)

@@ -12,3 +12,3 @@ ## Installation

```bash
$ git clone git://github.com/gevorg/apache-crypt.git
$ git clone git://github.com/http-auth/apache-crypt.git
```

@@ -45,3 +45,3 @@ Via [npm](http://npmjs.org/):

You can find list of issues using **[this link](http://github.com/gevorg/apache-crypt/issues)**.
You can find list of issues using **[this link](http://github.com/http-auth/apache-crypt/issues)**.

@@ -61,3 +61,3 @@ ## Requirements

Copyright (c) 2015 Gevorg Harutyunyan
Copyright (c) 2016 Gevorg Harutyunyan

@@ -64,0 +64,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

Sorry, the diff of this file is not supported yet

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