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

jsuites

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsuites - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json

@@ -30,3 +30,3 @@ {

"main": "dist/jsuites.js",
"version": "2.1.0",
"version": "2.1.1",
"bugs": "https://github.com/paulhodel/jsuites/issues",

@@ -33,0 +33,0 @@ "homepage": "https://github.com/paulhodel/jsuites",

@@ -351,3 +351,3 @@ /**

i++;
} else if (mask[i] == 'h' && mask[i+1] == 'h' && mask[i] == '2' && mask[i+1] == '4') {
} else if (mask[i] == 'h' && mask[i+1] == 'h' && mask[i+2] == '2' && mask[i+3] == '4') {
pieces.push('hh24');

@@ -354,0 +354,0 @@ i += 3;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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