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

@peculiar/asn1-x509-logotype

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-x509-logotype - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

3

build/cjs/object_identifiers.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_logo_background = exports.id_logo_loyalty = exports.id_logo = exports.id_pe_logotype = void 0;
exports.id_logo_certImage = exports.id_logo_background = exports.id_logo_loyalty = exports.id_logo = exports.id_pe_logotype = void 0;
const asn1_x509_1 = require("@peculiar/asn1-x509");

@@ -9,1 +9,2 @@ exports.id_pe_logotype = "1.3.6.1.5.5.7.1.12";

exports.id_logo_background = `${exports.id_logo}.2`;
exports.id_logo_certImage = `${exports.id_logo}.3`;

@@ -6,1 +6,2 @@ import { id_pkix } from "@peculiar/asn1-x509";

export const id_logo_background = `${id_logo}.2`;
export const id_logo_certImage = `${id_logo}.3`;

@@ -9,7 +9,7 @@ export declare enum LogotypeAudioChannels {

* LogotypeAudioInfo ::= SEQUENCE {
* fileSize INTEGER, -- In octets
* playTime INTEGER, -- In milliseconds
* channels INTEGER, -- 1=mono, 2=stereo, 4=quad
* fileSize INTEGER, -- In octets, 0=unspecified
* playTime INTEGER, -- In milliseconds, 0=unspecified
* channels INTEGER, -- 0=unspecified, 1=mono, 2=stereo, 4=quad
* sampleRate [3] INTEGER OPTIONAL, -- Samples per second
* language [4] IA5String OPTIONAL } -- RFC 3066 Language Tag
* language [4] IA5String OPTIONAL } -- RFC 5646 Language Tag
* ```

@@ -16,0 +16,0 @@ */

@@ -8,2 +8,4 @@ import { LogotypeAudio } from "./logotype_audio";

* audio [1] SEQUENCE OF LogotypeAudio OPTIONAL }
* -- At least one image component MUST be present
* ( WITH COMPONENTS { ..., image PRESENT } )
* ```

@@ -10,0 +12,0 @@ */

@@ -7,3 +7,4 @@ import { HashAlgAndValue } from "./hash_alg_and_value";

* refStructURI SEQUENCE SIZE (1..MAX) OF IA5String }
* -- Places to get the same "LTD" file
* -- Places to get the same LogotypeData
* -- image or audio object
* ```

@@ -10,0 +11,0 @@ */

@@ -30,1 +30,8 @@ /**

export declare const id_logo_background: string;
/**
* Certificate Image Logotype
* ```
* id-logo-certImage OBJECT IDENTIFIER ::= { id-logo 3 }
* ```
*/
export declare const id_logo_certImage: string;
{
"name": "@peculiar/asn1-x509-logotype",
"version": "2.3.6",
"version": "2.3.7",
"description": "ASN.1 schema of `Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates` (RFC3709)",

@@ -15,3 +15,6 @@ "files": [

"keywords": [
"asn"
"asn",
"logotype",
"rfc3709",
"rfc9399"
],

@@ -43,3 +46,3 @@ "author": "PeculiarVentures, LLC",

},
"gitHead": "ece27cc0027104a1952ca49220b9f7063bc065c1"
"gitHead": "a47fc68aba2b128772879ecff7da5632023e78ac"
}

@@ -5,5 +5,6 @@ # `@peculiar/asn1-x509-logotype`

[![npm version](https://badge.fury.io/js/%40peculiar%2Fasn1-x509-logotype.svg)](https://badge.fury.io/js/%40peculiar%2Fasn1-x509-logotype)
[![NPM](https://nodei.co/npm/@peculiar/asn1-x509-logotype.png)](https://nodei.co/npm/@peculiar/asn1-x509-logotype/)
[RFC 3709](https://www.rfc-editor.org/rfc/rfc3709.html) Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates
[RFC 3709](https://www.rfc-editor.org/rfc/rfc3709.html) Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates - 1988
[RFC 9399](https://www.rfc-editor.org/rfc/rfc9399.html) Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates - 2002

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 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