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

js-video-url-parser

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-video-url-parser - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

26

package.json
{
"name": "js-video-url-parser",
"version": "0.2.7",
"version": "0.2.8",
"description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
"main": "lib/index.js",
"browser": "dist/jsVideoUrlParser.js",
"repository": {

@@ -31,22 +32,23 @@ "type": "git",

"devDependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-eslint": "^8.2.3",
"babel-preset-minify": "^0.2.0",
"eslint": "^4.16.0",
"eslint-plugin-jest": "^21.7.0",
"jest": "^22.1.4",
"eslint": "^4.19.1",
"eslint-plugin-jest": "^21.15.1",
"jest": "^22.4.3",
"rollup": "^0.54.1",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-minify-es": "^1.1.1",
"rollup-plugin-node-resolve": "^3.0.2"
"rollup-plugin-node-resolve": "^3.3.0"
},
"scripts": {
"test": "./node_modules/.bin/jest --coverage",
"test": "./node_modules/.bin/jest --coverage --config jestconfig.js",
"build": "./node_modules/.bin/rollup -c rollup.config.js",
"lint": "./node_modules/.bin/eslint . --fix",
"lintdryfix": "./node_modules/.bin/eslint . --fix-dry-run"
"lintdryfix": "./node_modules/.bin/eslint . --fix-dry-run",
"all": "npm run test && npm run lint && npm run build"
}
}
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