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

check-images

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-images - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -14,6 +14,6 @@ /**

module.exports = readFile;
module.exports = checkImages();
function readFile(filePath) {
function checkImages(filePath) {

@@ -20,0 +20,0 @@ // 判断文件需要时间,则必须同步

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

},
"version": "1.0.1",
"version": "1.0.2",
"description": "Check whether the height of the picture is in line with the specification",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -21,5 +21,5 @@

checkImg.readFile(filePath);
checkImg(filePath);
```
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