Socket
Socket
Sign inDemoInstall

open-graph-scraper

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-graph-scraper - npm Package Compare versions

Comparing version 6.7.1 to 6.7.2

5

CHANGELOG.md
# Change Log
## 6.7.2
- Adding `types` to the npm export. You can now use `import { SuccessResult } from 'open-graph-scraper/types/lib/types';`
- Updating dependencies
## 6.7.1

@@ -4,0 +9,0 @@

9

package.json
{
"name": "open-graph-scraper",
"description": "Node.js scraper module for Open Graph and Twitter Card info",
"version": "6.7.1",
"version": "6.7.2",
"license": "MIT",

@@ -13,3 +13,4 @@ "main": "./dist/cjs/index.js",

"require": "./dist/cjs/index.js"
}
},
"./types/lib/types": "./types/lib/types.d.ts"
},

@@ -42,3 +43,3 @@ "scripts": {

"iconv-lite": "^0.6.3",
"undici": "^6.19.4"
"undici": "^6.19.5"
},

@@ -52,3 +53,3 @@ "files": [

"devDependencies": {
"@snyk/protect": "^1.1292.1",
"@snyk/protect": "^1.1292.2",
"@types/mocha": "^10.0.7",

@@ -55,0 +56,0 @@ "@types/node": "^18.19.42",

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