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

biiif

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biiif - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

config.json

@@ -131,2 +131,8 @@ {

],
".tiff": [
{
"type": "Image",
"format": "image/tiff"
}
],
".usdz": [

@@ -155,2 +161,2 @@ {

}
}
}

2

Directory.js

@@ -52,3 +52,3 @@ "use strict";

ignore: [
"**/*.{crt,drc,epub,glb,gltf,gz,stl,jpg,jpeg,json,md,mp3,mp4,nii,obj,opf,pdf,ply,png,toml,usdz,vtt,yml}",
"**/*.{crt,drc,epub,glb,gltf,gz,stl,jpg,jpeg,json,md,mp3,mp4,nii,obj,opf,pdf,ply,png,tiff,toml,usdz,vtt,yml}",
"**/_*",

@@ -55,0 +55,0 @@ "**/+*",

{
"name": "biiif",
"version": "1.0.5",
"version": "1.0.6",
"description": "A CLI to build IIIF collections",

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

@@ -181,1 +181,3 @@ # biiif (build iiif) 👷✨📃

If you need to include a folder in your project but don't want biiif to treat it as a manifest, add a `!` to the start of its name, e.g. `!ignorethisfolder`.
Watch out for ":" in metadata descriptions, these will throw an error when parsing the YML.

Sorry, the diff of this file is not supported yet

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