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

js-utilities

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-utilities - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

yarn-error.log

2

package.json

@@ -6,3 +6,3 @@ {

"description": "js-Utilities: a11yclick,keyCodes,getMetaOptions,onEndTransition",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/vmitsaras/js-utils",

@@ -9,0 +9,0 @@ "repository": {

@@ -104,3 +104,3 @@ /* global jQuery:true */

for(var i=0, l = arr.length; i < l; i++){
cssClasses.push( utils.createModifierClass(baseClass,arr[i]) );
cssClasses.push( utils.createModifierClass(baseClass,arr[i].trim()) );
}

@@ -107,0 +107,0 @@ };

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