New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oembed-parser

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oembed-parser - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

25

package.json
{
"version": "1.0.9",
"version": "1.1.0",
"name": "oembed-parser",

@@ -16,28 +16,17 @@ "description": "Get oEmbed data from given URL.",

"scripts": {
"start": "DEBUG=*:* node index",
"lint": "eslint .",
"nsp": "nsp check --output checkstyle",
"start": "DEBUG=*:* node index",
"tape": "nyc tape test/start.js | tap-spec",
"tape:debug": "DEBUG=*:* nyc tape test/start.js | tap-spec",
"report": "nyc report --reporter=lcov > coverage.lcov && codecov",
"pretest": "npm run lint && npm run nsp",
"test": "npm run tape",
"posttest": "CODECOV_TOKEN=8218dc4b-2299-4592-8510-f48d25d92b06 npm run report",
"pretest": "npm run lint",
"test": "tap test/start.js --coverage --reporter=spec",
"reset": "node reset"
},
"dependencies": {
"bellajs": "^7.2.0",
"bellajs": "^7.2.2",
"node-fetch": "^2.1.2",
"promise-wtf": "^1.2.2"
"promise-wtf": "^1.2.4"
},
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-goes": "^1.0.0",
"nock": "^9.2.4",
"nsp": "^3.2.1",
"nyc": "^11.6.0",
"sinon": "^4.5.0",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
"tap": "^12.0.1"
},

@@ -44,0 +33,0 @@ "keywords": [

@@ -7,6 +7,3 @@ # oembed-parser

[![codecov](https://codecov.io/gh/ndaidong/oembed-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/ndaidong/oembed-parser)
[![Dependency Status](https://gemnasium.com/badges/github.com/ndaidong/oembed-parser.svg)](https://gemnasium.com/github.com/ndaidong/oembed-parser)
[![NSP Status](https://nodesecurity.io/orgs/techpush/projects/50686256-aba1-40b5-9ba6-20ff375f6d54/badge)](https://nodesecurity.io/orgs/techpush/projects/50686256-aba1-40b5-9ba6-20ff375f6d54)
### Installation

@@ -13,0 +10,0 @@

@@ -6,3 +6,3 @@ /**

const test = require('tape');
const test = require('tap').test;

@@ -9,0 +9,0 @@ const {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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