You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

stringine

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

stringine - npm Package Compare versions

Comparing version

to
1.0.5

4

lib/integrity.js

@@ -153,3 +153,5 @@ /**

if (round == (spinRounds - 1)) return spin(round + 1, xorLast, sbtos(btosb(xorLast)));
else return spin(round + 1, padBits([], chunkLengthBits), require("./reverse.js")(targetStr).repeat(repeatSum) + targetStr);
else return spin(round + 1,
padBits([], chunkLengthBits),
round == 1 ? require("./reverse.js")(str).repeat(repeatSum) : require("./reverse.js")(str));
}

@@ -156,0 +158,0 @@ }

{
"name": "stringine",
"version": "1.0.4",
"version": "1.0.5",
"description": "Stringine is a simple cross-platform string manipulation utility.",

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.