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

@peculiar/asn1-android

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-android - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

9

build/cjs/key_description.js
"use strict";
var IntegerSet_1;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -35,5 +36,9 @@ exports.KeyDescription = exports.Version = exports.SecurityLevel = exports.AuthorizationList = exports.IntegerSet = exports.RootOfTrust = exports.VerifiedBootState = exports.id_ce_keyDescription = void 0;

exports.RootOfTrust = RootOfTrust;
let IntegerSet = class IntegerSet extends asn1_schema_1.AsnArray {
let IntegerSet = IntegerSet_1 = class IntegerSet extends asn1_schema_1.AsnArray {
constructor(items) {
super(items);
Object.setPrototypeOf(this, IntegerSet_1.prototype);
}
};
IntegerSet = tslib_1.__decorate([
IntegerSet = IntegerSet_1 = tslib_1.__decorate([
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: asn1_schema_1.AsnPropTypes.Integer })

@@ -40,0 +45,0 @@ ], IntegerSet);

@@ -0,1 +1,2 @@

var IntegerSet_1;
import { __decorate } from "tslib";

@@ -31,5 +32,9 @@ import { AsnProp, AsnPropTypes, AsnArray, AsnType, AsnTypeTypes, OctetString } from "@peculiar/asn1-schema";

], RootOfTrust.prototype, "verifiedBootHash", void 0);
let IntegerSet = class IntegerSet extends AsnArray {
let IntegerSet = IntegerSet_1 = class IntegerSet extends AsnArray {
constructor(items) {
super(items);
Object.setPrototypeOf(this, IntegerSet_1.prototype);
}
};
IntegerSet = __decorate([
IntegerSet = IntegerSet_1 = __decorate([
AsnType({ type: AsnTypeTypes.Set, itemType: AsnPropTypes.Integer })

@@ -36,0 +41,0 @@ ], IntegerSet);

@@ -40,2 +40,3 @@ import { AsnArray, OctetString } from "@peculiar/asn1-schema";

export declare class IntegerSet extends AsnArray<number> {
constructor(items?: number[]);
}

@@ -42,0 +43,0 @@ /**

{
"name": "@peculiar/asn1-android",
"version": "2.0.12",
"version": "2.0.13",
"description": "",

@@ -37,7 +37,7 @@ "files": [

"dependencies": {
"@peculiar/asn1-schema": "^2.0.12",
"@peculiar/asn1-schema": "^2.0.13",
"asn1js": "^2.0.26",
"tslib": "^1.11.1"
"tslib": "^2.0.1"
},
"gitHead": "e6ed154564b043c1b7461003e584a2c18c2198dc"
"gitHead": "de5c30ee201292833e6677cd78a543f3bdc3ae04"
}
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