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.6 to 1.0.1

dist/index.d.cts

4

dist/xmltv.js

@@ -225,3 +225,3 @@ function A(t) {

let e = 0;
const n = "<", i = ">", a = n.charCodeAt(0), s = i.charCodeAt(0), r = "-".charCodeAt(0), o = "/".charCodeAt(0), c = "!".charCodeAt(0), p = "'".charCodeAt(0), C = '"'.charCodeAt(0), y = "[".charCodeAt(0), b = "]".charCodeAt(0), w = "?".charCodeAt(0), N = `\r
const n = "<", i = ">", a = n.charCodeAt(0), s = i.charCodeAt(0), r = 45, o = 47, c = 33, p = 39, C = 34, y = 91, b = 93, w = 63, N = `\r
>/= `, D = ["new", "icon", "previously-shown"];

@@ -325,3 +325,3 @@ function $(l) {

}
const F = "?".charCodeAt(0), H = [
const F = 63, H = [
"credits",

@@ -328,0 +328,0 @@ "date",

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

@@ -21,3 +21,3 @@ "author": {

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

@@ -48,16 +48,16 @@ }

"@changesets/cli": "^2.26.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/argparse": "^2.0.10",
"@types/node": "^20.5.0",
"@vitest/coverage-v8": "^0.34.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/argparse": "^2.0.14",
"@types/node": "^20.10.0",
"@vitest/coverage-v8": "^0.34.6",
"argparse": "^2.0.1",
"benny": "^3.7.1",
"epg-parser": "^0.2.0",
"fast-xml-parser": "^4.2.7",
"epg-parser": "^0.2.1",
"fast-xml-parser": "^4.3.2",
"nanobench": "^3.0.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
"vitest": "^0.34.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6",
"xmltv": "^0.3.0"

@@ -64,0 +64,0 @@ },

Sorry, the diff of this file is not supported yet

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