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

qqq-q

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qqq-q - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

index.js

@@ -29,7 +29,7 @@ var operator = {

var keys = matches[1].split(/\./);
for (var i = 0, len = keys.length, key; i < len; i++) {
key = keys[i]
for (var j = 0, keysLen = keys.length, key; j < keysLen; j++) {
key = keys[j]
if (!key) throw new Error('Bad format');
if (!current[key]) current[key] = {};
if (i < len - 1) current = current[key];
if (j < keysLen - 1) current = current[key];
}

@@ -36,0 +36,0 @@

{
"name": "qqq-q",
"version": "1.0.5",
"version": "1.0.6",
"main": "qqq-q.js",

@@ -5,0 +5,0 @@ "scripts": {

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