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

@avvio-reply/pairs

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avvio-reply/pairs - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

6

index.js

@@ -53,5 +53,5 @@ /*! jQuery Plugin GameOfPairs v1.00 | (c) 2015 Avvio Reply Ltd */

const pairBase = settings.pairs.length / 2;
var randoms = randomUniqueArray(settings.pairs.length * 2, 1000);
for (var i = 0; i < settings.pairs.length; i++) {
const pairBase = settings.pairs.length;
var randoms = randomUniqueArray(pairBase * 2, 1000);
for (var i = 0; i < pairBase; i++) {

@@ -58,0 +58,0 @@ /* normalise all pairs to minimum 2-dimensional array */

{
"name": "@avvio-reply/pairs",
"version": "1.0.11",
"version": "1.0.12",
"description": "Game engine to match pairs of cards. Requires assets and styling to implement.",

@@ -5,0 +5,0 @@ "main": "index.js",

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