Socket
Socket
Sign inDemoInstall

remark-images

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-images - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

index.js
const isUrl = require('is-url')
const visit = require('unist-util-visit')
const isImgUrl = str => /\.(svg|png|jpg|jpeg)/.test(str)
const isImgUrl = str => /\.(svg|png|jpg|jpeg)$/.test(str)

@@ -6,0 +6,0 @@ module.exports = () => (tree, file) =>

{
"name": "remark-images",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "mdx-js/mdx",

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