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

gotenberg-js-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotenberg-js-client - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

dist-node/index.js

@@ -141,3 +141,3 @@ 'use strict';

};
const fileNameRE = /^[\w\s\(\),-]+\.[A-Za-z0-9]+$/;
const fileNameRE = /^[\p{L}\w\s\(\),-]+\.[A-Za-z0-9]+$/u;
const MIN_FILE_NAME_LENGTH = 3;

@@ -144,0 +144,0 @@ const MAX_FILE_NAME_LENGTH = 50;

@@ -37,3 +37,3 @@ import { Readable } from 'stream';

};
const fileNameRE = /^[\w\s\(\),-]+\.[A-Za-z0-9]+$/;
const fileNameRE = /^[\p{L}\w\s\(\),-]+\.[A-Za-z0-9]+$/u;
const MIN_FILE_NAME_LENGTH = 3;

@@ -40,0 +40,0 @@ const MAX_FILE_NAME_LENGTH = 50;

{
"name": "gotenberg-js-client",
"description": "A simple JS/TS for interacting with a Gotenberg API",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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

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