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

@raycast/generate-docs

Package Overview
Dependencies
Maintainers
8
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raycast/generate-docs - npm Package Compare versions

Comparing version 0.8.16 to 0.8.17

2

index.js

@@ -187,2 +187,3 @@ #!/usr/bin/env node

const htmlImageRegex = /<img src="(.+?)".*?>/gm;
const htmlSourceRegex = /<source srcset="(.+?)".*?>/gm;
/** check that every images points to an image that's present in the assets */

@@ -193,2 +194,3 @@ function checkImages(filepath, content, assets) {

...content.matchAll(htmlImageRegex),
...content.matchAll(htmlSourceRegex),
].map((x) => ({

@@ -195,0 +197,0 @@ file: filepath,

2

package.json
{
"name": "@raycast/generate-docs",
"version": "0.8.16",
"version": "0.8.17",
"description": "",

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

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