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

resizer-store

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizer-store - npm Package Compare versions

Comparing version 1.0.50 to 1.0.51

2

lib/constant.js

@@ -14,3 +14,3 @@ module.exports = {

],
supportedImagesExtensions: ['jpg', 'png'],
supportedImagesExtensions: ['jpg', 'png', 'jpeg'],
};
{
"name": "resizer-store",
"version": "1.0.50",
"version": "1.0.51",
"main": "./lib/index.js",

@@ -13,4 +13,3 @@ "license": "MIT",

"test": "mocha --timeout 5000 __test__/*.test.js",
"format": "prettier --write \"**/*.js\"",
"precommit": "lint-staged && npm test"
"format": "prettier --write \"**/*.js\""
},

@@ -43,3 +42,8 @@ "repository": {

"prettier": "^1.18.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test"
}
}
}
}
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