Socket
Socket
Sign inDemoInstall

@bcjat/print-js

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.21

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A tiny javascript library to help printing from the web.",
"version": "1.0.2",
"version": "1.0.21",
"main": "dist/print.js",

@@ -8,0 +8,0 @@ "types": "src/index.d.ts",

@@ -34,2 +34,3 @@ declare function printJS(configuration: printJS.Configuration): void;

base64?: boolean;
returnAsHtml?: boolean;

@@ -36,0 +37,0 @@ // Deprecated

@@ -179,3 +179,5 @@ 'use strict';

}
console.log(printFrame.srcdoc);
},
};

@@ -44,2 +44,3 @@ import { capitalizePrint, addHeader } from './functions';

console.log('came to print');
// Print the json data

@@ -46,0 +47,0 @@ if (!params.returnAsHtml) Print.send(params, printFrame);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc