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

ursa

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ursa - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

.travis.yml

2

install.js

@@ -7,3 +7,3 @@ var fs = require('fs');

moveAll('build/Release/', 'bin/', '.node');
moveAll('build/' + process.config.target_defaults.default_configuration, 'bin/', '.node');

@@ -10,0 +10,0 @@ function moveAll(from, to, ext) {

{
"name": "ursa",
"version": "0.8.0",
"version": "0.8.1",
"keywords": [

@@ -9,7 +9,7 @@ "crypto", "key", "openssl", "private", "public", "rsa", "sign",

"description":
"RSA public/private key crypto",
"homepage": "https://github.com/Obvious/ursa",
"RSA public/private key OpenSSL bindings for Node.js",
"homepage": "https://github.com/NodePrime/ursa",
"repository": {
"type": "git",
"url": "https://github.com/Obvious/ursa.git"
"url": "https://github.com/NodePrime/ursa.git"
},

@@ -26,5 +26,5 @@ "licenses": [ {

"maintainers": [ {
"name": "Dan Bornstein",
"email": "danfuzz@obvious.com",
"web": "http://www.milk.com/"
"name": "Jeremie Miller",
"email": "jeremie@jabber.org",
"url": "http://jeremie.com/"
} ],

@@ -38,5 +38,5 @@

"scripts": {
"install": "node-gyp configure build && node install.js",
"install": "node-gyp configure && node-gyp build && node install.js",
"test": "node test/test.js"
}
}

@@ -1,4 +0,8 @@

ursa
URSA - RSA public/private key OpenSSL bindings for Node.js
====
> NOTE: This package was transfered from [Medium](https://github.com/Medium) to [NodePrime](https://github.com/NodePrime) on November 17, 2014. Pull requests are encouraged to help bring it up to date.
--
This Node module provides a fairly complete set of wrappers for the

@@ -42,11 +46,2 @@ RSA public/private key crypto functionality of OpenSSL.

On Windows, you'll need to install some dependencies first:
- [node-gyp](https://github.com/TooTallNate/node-gyp/) (`npm install -g node-gyp`)
- [Python 2.7](http://www.python.org/download/releases/2.7.3#download) (not 3.3)
- Vistual Studio 2010 or higher (including Express editions)
- Windows XP/Vista/7:
- Microsoft Visual Studio C++ 2010 ([Express](http://go.microsoft.com/?linkid=9709949) version works well)
- For 64-bit builds of node and native modules you will _**also**_ need the [Windows 7 64-bit SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
- If you get errors that the 64-bit compilers are not installed you may also need the [compiler update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422)
- Windows 8:
- Microsoft Visual Studio C++ 2012 for Windows Desktop ([Express](http://go.microsoft.com/?linkid=9816758) version works well)
- [OpenSSL](http://slproweb.com/products/Win32OpenSSL.html) (normal, not light)

@@ -57,3 +52,16 @@ in the same bitness as your Node.js installation.

- If you get `Error: The specified module could not be found.`, copy `libeay32.dll` from the OpenSSL bin directory to this module's bin directory, or to Windows\System3.
- [node-gyp](https://github.com/TooTallNate/node-gyp/) (`npm install -g node-gyp`)
- [Python 2.7](http://www.python.org/download/releases/2.7.3#download) (not 3.3)
- Microsoft Visual Studio C++ _**(either of the two below but not both)**_
- `Microsoft Visual Studio C++ 2013 for Windows Desktop` ([Express](http://www.microsoft.com/en-au/download/details.aspx?id=40787) version works well)
- No extra patches should be needed, but requires a fully up-to-date machine including all of the latest service packs
- Older versions of Visual Studio
- Windows XP/Vista/7:
- `Microsoft Visual Studio C++ 2010` ([Express](http://go.microsoft.com/?linkid=9709949) version works well)
- For 64-bit builds of node and native modules you will _**also**_ need the [Windows 7 64-bit SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
- If you get errors that the 64-bit compilers are not installed you may also need the [compiler update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422)
- Windows 8:
- `Microsoft Visual Studio C++ 2012 for Windows Desktop` ([Express](http://go.microsoft.com/?linkid=9816758) version works well)
Usage

@@ -458,3 +466,3 @@ -----

Questions, comments, bug reports, and pull requests are all welcome.
Submit them at [the project on GitHub](https://github.com/Obvious/ursa/).
Submit them at [the project on GitHub](https://github.com/NodePrime/ursa/).

@@ -469,5 +477,7 @@ Bug reports that include steps-to-reproduce (including code) are the

[Dan Bornstein](https://github.com/danfuzz)
Current (2014+) maintenance sponsored by [NodePrime](http://nodeprime.com).
Original Author (2012): [Dan Bornstein](https://github.com/danfuzz)
([personal website](http://www.milk.com/)), supported by
[The Obvious Corporation](http://obvious.com/).
[The Obvious Corporation](http://obvious.com/) (now [Medium](https://medium.com/)).

@@ -487,6 +497,7 @@ With contribution from:

Copyright 2012 [The Obvious Corporation](http://obvious.com/).
Updates Copyright 2014 [NodePrime, Inc.](http://nodeprime.com/).
Original Copyright 2012 [The Obvious Corporation](http://obvious.com/).
Licensed under the Apache License, Version 2.0.
See the top-level file `LICENSE.txt` and
See the top-level file `[LICENSE.txt](LICENSE.txt)` and
(http://www.apache.org/licenses/LICENSE-2.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc