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

poly-js-utils

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poly-js-utils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "poly-js-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "Common client-side tools used in HSS Sites themes and locators.",

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

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

var $ = require('jquery');
var _ = require('underscore');

@@ -16,3 +15,3 @@

// of an image. Falls back to creating an Image object for older browers.
(function($) {
var addNaturalSizeTojQuery = function($) {
$.fn['naturalSize'] = ('naturalWidth' in new Image()) ?

@@ -40,3 +39,3 @@ // Modern browsers have the property, just return it

};
}($));
};

@@ -152,2 +151,3 @@ var _getExtensionPosition = function(phone) {

exports.addNaturalSizeTojQuery = addNaturalSizeTojQuery;
exports.makeAbsolute = utils.makeAbsolute;

@@ -154,0 +154,0 @@ exports.phoneFormat = phoneFormat;

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