Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtube-finder-sync

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-finder-sync - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.gitattributes

30

package.json
{
"name": "youtube-finder-sync",
"version": "1.0.0",
"version": "2.0.0",
"description": "A module for easy connection with Youtube API. Fork from youtube-finder.",
"main": "index.js",
"scripts": {
"lint": "standard",
"coverage": "istanbul cover tape -- test/*-test.js",
"test": "npm run lint && tape test/*-test.js | tap-spec"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/moisesdelacruz/youtube-finder.git"
"url": "git+https://github.com/bluee-js/youtube-finder-sync.git"
},

@@ -22,19 +19,16 @@ "keywords": [

],
"author": "moisesdelacruz & bluey#0012",
"author": "bluey#0012",
"license": "MIT",
"bugs": {
"url": "https://github.com/moisesdelacruz/youtube-finder/issues"
"url": "https://github.com/bluee-js/youtube-finder-sync/issues"
},
"homepage": "https://github.com/moisesdelacruz/youtube-finder#readme",
"homepage": "https://github.com/bluee-js/youtube-finder-sync#readme",
"dependencies": {
"superagent": "^1.8.3"
"superagent": "^8.0.0"
},
"devDependencies": {
"istanbul": "^0.4.3",
"nock": "^8.0.0",
"standard": "^6.0.8",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"coveralls": "^2.11.14"
"@types/superagent": "^4.1.15",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}
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