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

@vladmandic/piacme

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vladmandic/piacme - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

piproxy.service

1

.eslintrc.json

@@ -15,2 +15,3 @@ {

],
"ignorePatterns": [ "dist", "node_modules" ],
"rules": {

@@ -17,0 +18,0 @@ "max-len": [1, 200, 3],

6

package.json
{
"name": "@vladmandic/piacme",
"version": "0.1.25",
"version": "0.1.26",
"description": "Simple ACME/LetsEncrypt HTTP/SSL Certificate Management",

@@ -10,4 +10,4 @@ "main": "dist/piacme.js",

"scripts": {
"start": "node --unhandled-rejections=strict --trace-warnings src/piacme.js",
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --log-level=error --bundle src/piacme.js",
"start": "npm run build && node --unhandled-rejections=strict --trace-warnings --no-deprecation dist/piacme.js",
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --log-level=error --minify --bundle src/piacme.js",
"lint": "eslint src/piacme.js"

@@ -14,0 +14,0 @@ },

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