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

@postalsys/vmc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postalsys/vmc - npm Package Compare versions

Comparing version

to
1.0.8

.github/workflows/release.yaml

2

build-root-store.js
'use strict';
// Root certificates from https://bimigroup.org/vmc-issuers/
const Path = require('path');

@@ -4,0 +6,0 @@ const fs = require('fs').promises;

22

package.json
{
"name": "@postalsys/vmc",
"version": "1.0.6",
"version": "1.0.8",
"description": "Parse VMC logo files",

@@ -9,4 +9,8 @@ "main": "lib/vmc.js",

"root-store": "node build-root-store.js",
"prepublish": "npm run root-store || true"
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install && npm run root-store"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/vmc.git"
},
"keywords": [

@@ -18,13 +22,13 @@ "VMC"

"dependencies": {
"@peculiar/asn1-schema": "2.3.0",
"@peculiar/asn1-x509": "2.3.0",
"@peculiar/asn1-x509-logotype": "2.3.0"
"@peculiar/asn1-schema": "2.3.8",
"@peculiar/asn1-x509": "2.3.8",
"@peculiar/asn1-x509-logotype": "2.3.8"
},
"devDependencies": {
"chai": "4.3.6",
"eslint": "8.22.0",
"chai": "4.4.1",
"eslint": "8.56.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"mocha": "10.0.0"
"eslint-config-prettier": "9.1.0",
"mocha": "10.2.0"
}
}