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

link-preview-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link-preview-js - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

15

package.json
{
"name": "link-preview-js",
"version": "2.1.3",
"version": "2.1.4",
"description": "Javascript module to extract and fetch HTTP link information from blocks of text. ",
"main": "build/index.js",
"exports": {
"import": "build/index.js"
},
"types": "build/index.d.ts",
"scripts": {

@@ -24,7 +28,11 @@ "test": "jest",

"dependencies": {
"cheerio": "^1.0.0-rc.5",
"cheerio": "1.0.0-rc.5",
"cross-fetch": "3.0.6",
"url": "0.11.0"
},
"files": [
"build"
],
"devDependencies": {
"@skypack/package-check": "^0.2.2",
"@types/jest": "^26.0.19",

@@ -46,6 +54,3 @@ "@typescript-eslint/eslint-plugin": "^2.15.0",

"typescript": "^4.1.3"
},
"volta": {
"node": "14.15.1"
}
}

@@ -1,3 +0,5 @@

Typescript library (27kb unpacked) that allows you to extract information from a HTTP url/link and/or parse text and retrieve information from the first available link.
# Link Preview JS
Typescript library (29.2kb unpacked) that allows you to extract information from a HTTP url/link and/or parse text and retrieve information from the first available link.
## CORS

@@ -15,4 +17,2 @@

Current compilation target is ES6 which should run on a modern Node (12+) environment and react-native versions, it won't run on outdated versions (which you shouldn't be running anyways).
## How to use

@@ -19,0 +19,0 @@

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