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

yt-search

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-search - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/yt-search.min.js

31

package.json
{
"name": "yt-search",
"version": "0.0.0",
"version": "0.0.1",
"description": "search youtube",
"main": "index.js",
"bin": {
"yt-search": "./bin/cli.js"
},
"files": [
"dist/yt-search.min.js"
],
"scripts": {
"test": "mocha test"
"build": "npm run build:src && npm run uglify",
"build:src": "browserify --node --no-bundle-external --standalone ytSearch -t [ babelify --presets [ env ] ] src/index.js -o dist/yt-search.js 2>&1 | wooster",
"uglify": "uglifyjs dist/yt-search.js -cmo dist/yt-search.min.js",
"prepublish": "npm run build && npm test",
"test:production": "production=1 node test/test.js | faucet",
"test:dev": "node test/test.js | faucet",
"test": "npm run test:dev && npm run test:production"
},

@@ -12,8 +24,17 @@ "author": "talmobi",

"dependencies": {
"cheerio": "^0.19.0",
"request": "^2.69.0"
"async.parallel": "~0.5.2",
"cheerio": "~0.19.0",
"dasu": "0.0.23",
"minimist": "~1.2.0"
},
"devDependencies": {
"mocha": "^2.4.5"
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"babelify": "~8.0.0",
"browserify": "~16.1.1",
"faucet": "0.0.1",
"mocha": "^2.4.5",
"spacestandard": "~0.2.0",
"tape": "~4.9.0"
}
}
.npmignore
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