New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keypairs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keypairs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

lib/asn1-packer.js

7

package.json
{
"name": "keypairs",
"version": "0.0.2",
"version": "0.0.4",
"description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.",

@@ -9,2 +9,7 @@ "main": "index.js",

},
"files": [
"bin",
"fixtures",
"lib"
],
"repository": {

@@ -11,0 +16,0 @@ "type": "git",

This is being ported from code from rsa-compat.js, greenlock.html (bacme.js), and others.
This is my project for the weekend. I expect to be finished today (Monday Nov 12th, 2018)
This was intended to be just a weekend project, but it's grown a bit.
* 2018-10-10 (Saturday) work has begun
* 2018-10-11 (Sunday) W00T! got a CSR generated for RSA with VanillaJS ArrayBuffer
* 2018-10-12 (Monday) Figuring out ECDSA CSRs right now
* 2018-10-15 (Thursday) ECDSA is a trixy hobbit... but I think I've got it...
* 2018-12-02 (Sunday) Been mostly done for a while, individually, slowly merging everything together
* [Rasha.js](https://git.coolaj86.com/coolaj86/rasha.js) (RSA utils)
* [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js) (EC utils)

@@ -8,0 +13,0 @@ <!--

convert-to-der.js
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