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

@iptv/xmltv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iptv/xmltv - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

14

package.json
{
"name": "@iptv/xmltv",
"description": "An extremely fast XMLTV parser and generator for Node and the browser.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -16,4 +16,10 @@ "author": {

".": {
"import": "./dist/xmltv.js",
"require": "./dist/xmltv.umd.cjs"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/xmltv.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/xmltv.umd.cjs"
}
}

@@ -45,3 +51,3 @@ },

"@types/node": "^20.5.0",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/coverage-v8": "^0.34.4",
"argparse": "^2.0.1",

@@ -48,0 +54,0 @@ "benny": "^3.7.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