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

simpleyt

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpleyt - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.d.ts

@@ -42,2 +42,2 @@ import {Options} from "miniget"

*/
export default function simpleYT(query: string, options?: SimpleYTOptions): SearchResult[]
export default function simpleYT(query: string, options?: SimpleYTOptions): Promise<SearchResult[]>

@@ -20,3 +20,3 @@ {

"description": "Simple youtube search library without need of an api key",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {

@@ -23,0 +23,0 @@ "miniget": "^4.2.1"

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