Socket
Socket
Sign inDemoInstall

phila-standards

Package Overview
Dependencies
6
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "phila-standards",
"version": "1.0.1",
"version": "1.0.2",
"description": "City of Philadelphia Standards",

@@ -5,0 +5,0 @@ "main": "dist/js/phila-standards.min.js",

@@ -103,3 +103,3 @@ module.exports = $(function(){

$('.services-menu-link').on('click mouseover', function () {
$( '.site-search i' ).addClass('fa-search').removeClass('fa-close');
$( '.site-search i' ).addClass('fa-search').removeClass('fa-times');
});

@@ -115,3 +115,3 @@

}
$( '.site-search i' ).removeClass('fa-close').addClass('fa-search');
$( '.site-search i' ).removeClass('fa-times').addClass('fa-search');
$('.site-search span').text('Search');

@@ -127,3 +127,3 @@ });

}
$( '.site-search i' ).addClass('fa-close').removeClass('fa-search');
$( '.site-search i' ).addClass('fa-times').removeClass('fa-search');

@@ -130,0 +130,0 @@ $('.site-search span').text( ( $('.site-search span' ).text() === 'Search' ) ? 'Close' : 'Search' );

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc