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

xmltv-to-jsonapi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmltv-to-jsonapi - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

index.js

@@ -96,3 +96,3 @@ 'use strict';

module.exports = async xmltvData => {
module.exports = async (xmltvData) => {
const result = await transform(xmltvData, JsonApiTemplate);

@@ -99,0 +99,0 @@ const jsonApiResult = JSON.stringify(result);

{
"name": "xmltv-to-jsonapi",
"version": "0.0.8",
"version": "0.0.9",
"description": "Take an XMLTV file and convert to valid JSON:API using relationships",

@@ -36,4 +36,4 @@ "license": "MIT",

"devDependencies": {
"ava": "^2.1.0",
"xo": "^0.24.0"
"ava": "^3.7.0",
"xo": "^0.29.1"
},

@@ -43,2 +43,2 @@ "xo": {

}
}
}
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