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

cordova-plugin-epson-spectrum

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-epson-spectrum - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json

@@ -18,3 +18,3 @@ {

},
"version": "1.0.15",
"version": "1.0.16",
"scripts": {

@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -7,4 +7,4 @@ var execute = require("cordova/exec");

},
print: function (err) {
return execute(null, err, 'EpsonPlugin', 'print', []);
print: function (res, err) {
return execute(res, err, 'EpsonPlugin', 'print', []);
},

@@ -11,0 +11,0 @@ stop: function (res, err) {

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