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

is-xcf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-xcf - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

index.js

@@ -5,11 +5,3 @@ 'use strict';

// gimp xcf files start with "gimp xcf"
return buf[0] === 103 &&
buf[1] === 105 &&
buf[2] === 109 &&
buf[3] === 112 &&
buf[4] === 32 &&
buf[5] === 120 &&
buf[6] === 99 &&
buf[7] === 102;
return /^gimp xcf/.test(buf);
};

2

package.json
{
"name": "is-xcf",
"version": "0.0.2",
"version": "0.0.3",
"description": "Check if a buffer/array is an XCF image",

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

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