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

pkijs

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkijs - npm Package Compare versions

Comparing version 1.3.23 to 1.3.27

6

org/pkijs/cms_schema.js

@@ -89,3 +89,3 @@ /*

in_window.org.pkijs.schema.CMS_CONTENT_INFO =
function()
function(input_args, optional)
{

@@ -98,4 +98,8 @@ //ContentInfo ::= SEQUENCE {

if(typeof optional === "undefined")
optional = false;
return (new in_window.org.pkijs.asn1.SEQUENCE({
name: (names.block_name || "ContentInfo"),
optional: optional,
value: [

@@ -102,0 +106,0 @@ new in_window.org.pkijs.asn1.OID({ name: (names.contentType || "contentType") }),

2

package.json

@@ -8,3 +8,3 @@ {

"description": "Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it possible to build native web applications that utilize X.509 and the related formats on the web without plug-ins",
"version": "1.3.23",
"version": "1.3.27",
"repository": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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