Socket
Socket
Sign inDemoInstall

fetch-opengraph

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-opengraph - npm Package Compare versions

Comparing version 1.0.7 to 1.0.9

0

index.js

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "fetch-opengraph",
"version": "1.0.7",
"version": "1.0.9",
"description": "Fetch opengraph information from an url",

@@ -10,6 +10,7 @@ "main": "index.js",

"scripts": {
"test": "jest --config jestconfig.json --coverage --no-cache && istanbul-badges-readme",
"test": "jest --config jestconfig.json --coverage --no-cache",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
"lint": "tslint -p tsconfig.json",
"coverage": "cat ./coverage/lcov.info | coveralls"
},

@@ -35,2 +36,3 @@ "repository": {

"@types/node": "^14.14.30",
"coveralls": "^3.1.0",
"istanbul-badges-readme": "^1.2.0",

@@ -37,0 +39,0 @@ "jest": "^26.6.3",

# fetch-opengraph
[![npm version](https://badgen.net/npm/v/fetch-opengraph)](https://npm.im/fetch-opengraph) [![Node.js CI](https://github.com/purphoros/fetch-opengraph/workflows/Node.js%20CI/badge.svg)](https://github.com/purphoros/fetch-opengraph/actions)
[![npm version](https://badgen.net/npm/v/fetch-opengraph)](https://npm.im/fetch-opengraph) [![Node.js CI](https://github.com/purphoros/fetch-opengraph/workflows/Node.js%20CI/badge.svg)](https://github.com/purphoros/fetch-opengraph/actions) [![Build Status](https://travis-ci.com/purphoros/fetch-opengraph.svg?branch=master)](https://travis-ci.com/purphoros/fetch-opengraph) [![Coverage Status](https://coveralls.io/repos/github/purphoros/fetch-opengraph/badge.svg?branch=master)](https://coveralls.io/github/purphoros/fetch-opengraph?branch=master)
> Badges from istanbul coverage report
| Statements | Branches | Functions | Lines |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| ![Statements](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Branches](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Functions](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Lines](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) |
Fetch opengraph information from an url.

@@ -13,0 +7,0 @@

Sorry, the diff of this file is not supported yet

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