fetch-opengraph
Advanced tools
Comparing version 1.0.7 to 1.0.9
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"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
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
9364
11
62