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

jjjrmi

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jjjrmi - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

1

Decoder.js

@@ -86,2 +86,3 @@ "use strict";

let newInstance = [];
this.translator.addTempReference(this.json.get(Constants.KeyParam), newInstance);

@@ -88,0 +89,0 @@ for (let i = 0; i < this.elements.length; i++) {

@@ -13,5 +13,10 @@ "use strict";

}
static debug(message){
if (Logger.flags.DEBUG) console.log(message);
}
}
Logger.flags = {
DEBUG: false, /* print all debug messages */
EXCEPTION: true, /* print exceptions to console */

@@ -18,0 +23,0 @@ CONNECT: false, /* show the subset of ONMESSAGE that deals with the initial connection */

2

package.json
{
"name": "jjjrmi",
"version": "0.6.1",
"version": "0.6.2",
"keywords": [

@@ -5,0 +5,0 @@ "util",

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