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

anchorme

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchorme - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist-node/transform/identify.js

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

// test 1: it's a file
if (options.files && protocol === "file:///" && encoded.substr(protocol.length).split(/\/|\\/).length - 1) {
if (options.files && protocol === "file:///" && encoded.split(/\/|\\/).length - 1) {
urlObj = {

@@ -24,0 +24,0 @@ reason: "file",

{
"name": "anchorme",
"version": "1.1.1",
"version": "1.1.2",
"description": "A library to convert URLs to a clickable HTML anchor elements",

@@ -5,0 +5,0 @@ "main": "./dist-node/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