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

interweave-autolink

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interweave-autolink - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

src/constants.ts

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 4.4.1 - 2021-03-07
#### 🐞 Fixes
- Include source folder for source maps work correctly.
## 4.4.0 - 2021-01-18

@@ -2,0 +8,0 @@

6

dts/types.d.ts

@@ -6,5 +6,5 @@ import React from 'react';

href: string;
key?: string | number;
key?: number | string;
newWindow?: boolean;
onClick?: () => void | null;
onClick?: () => null | void;
}

@@ -34,3 +34,3 @@ export interface EmailProps extends Partial<LinkProps> {

path: string;
port: string | number;
port: number | string;
query: string;

@@ -37,0 +37,0 @@ scheme: string;

function _extends2() { _extends2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends2.apply(this, arguments); }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

@@ -6,0 +8,0 @@

@@ -7,4 +7,6 @@ // Generated with Packemon: https://packemon.dev

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

@@ -11,0 +13,0 @@

{
"name": "interweave-autolink",
"version": "4.4.0",
"version": "4.4.1",
"description": "URL, IP, email, and hashtag autolinking support for Interweave.",

@@ -17,2 +17,8 @@ "keywords": [

"types": "./dts/index.d.ts",
"files": [
"dts/**/*.d.ts",
"esm/**/*.{js,map}",
"lib/**/*.{js,map}",
"src/**/*.{ts,tsx,json}"
],
"sideEffects": false,

@@ -34,3 +40,3 @@ "publishConfig": {

"devDependencies": {
"interweave-ssr": "^1.2.0",
"interweave-ssr": "^1.2.1",
"react": "^17.0.1"

@@ -45,3 +51,3 @@ },

},
"gitHead": "a0f490151c458f78d389173da74e48b54504a52d"
"gitHead": "ad7f0faa34408104791cbef152dcecd0e57d3e85"
}
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