link-preview-js
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27422
17
7
476
+ Addedcheerio@1.0.0-rc.5(transitive)
+ Addedcheerio-select-tmp@0.1.1(transitive)
+ Addedcss-select@3.1.2(transitive)
+ Addedcss-what@4.0.0(transitive)
+ Addeddom-serializer@1.2.0(transitive)
+ Addeddomhandler@4.3.1(transitive)
+ Addeddomutils@2.8.0(transitive)
+ Addedentities@2.1.0(transitive)
+ Addedhtmlparser2@6.1.0(transitive)
+ Addedparse5@6.0.1(transitive)
+ Addedparse5-htmlparser2-tree-adapter@6.0.1(transitive)
- Removedcheerio@1.0.0(transitive)
- Removedcheerio-select@2.1.0(transitive)
- Removedcss-select@5.1.0(transitive)
- Removedcss-what@6.1.0(transitive)
- Removeddom-serializer@2.0.0(transitive)
- Removeddomhandler@5.0.3(transitive)
- Removeddomutils@3.1.0(transitive)
- Removedencoding-sniffer@0.2.0(transitive)
- Removedentities@4.5.0(transitive)
- Removedhtmlparser2@9.1.0(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedparse5@7.2.1(transitive)
- Removedparse5-htmlparser2-tree-adapter@7.1.0(transitive)
- Removedparse5-parser-stream@7.1.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedundici@6.21.0(transitive)
- Removedwhatwg-encoding@3.1.1(transitive)
- Removedwhatwg-mimetype@4.0.0(transitive)
Updatedcheerio@1.0.0-rc.5