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

object-fit-images

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-fit-images - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

dist/ofi.es-modules.js

32

package.json
{
"name": "object-fit-images",
"version": "2.3.0",
"version": "2.3.1",
"description": "Adds support to object-fit to images on IE9, IE10, IE11, Edge and other old browsers.",

@@ -29,19 +29,27 @@ "license": "MIT",

],
"main": "dist/ofi.common-js.js",
"files": [
"dist/ofi.common-js.js"
"dist/ofi.common-js.js",
"dist/ofi.es-modules.js"
],
"main": "dist/ofi.common-js.js",
"jsnext:main": "dist/ofi.es-modules.js",
"scripts": {
"build": "bfred-npm-bundler ofi objectFitImages",
"count-bytes": "npm run build; gzip-size dist/ofi.browser.js",
"demo": "browser-sync start --server --index 'demo.html' --files '*'",
"prepublish": "npm run build",
"autofix": "xo --fix",
"test": "xo"
"build:js": "bfred-npm-bundler ofi objectFitImages",
"build:size": "gzip-size dist/ofi.browser.js",
"build": "npm-run-all --silent jsfix build:*",
"jsfix": "xo --fix",
"watch:server": "browser-sync start --startPath demo --no-ghost-mode --reload-delay 300 --server --files 'dist/*.browser.js,demo/**'",
"watch:build": "onchange 'index.js' --initial -- npm run build -- --continue-on-error",
"watch": "npm-run-all --parallel --silent watch:*",
"prepublish": "xo; npm run build",
"test": "xo; npm run build"
},
"devDependencies": {
"bfred-npm-bundler": "^5.0.0",
"browser-sync": "^2.11.2",
"bfred-npm-bundler": "^5.1.0",
"browser-sync": "^2.12.5",
"gzip-size-cli": "^1.0.0",
"npm-run-all": "^1.8.0",
"onchange": "^2.4.0",
"uglify-js": "^2.6.2",
"xo": "^0.13.0"
"xo": "^0.14.0"
},

@@ -48,0 +56,0 @@ "xo": {

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