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

prx-podagent

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prx-podagent - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -50,4 +50,4 @@ const fs = require('fs');

TAGS.forEach(t => {
agent[`${t}Id`] = agent[t];
agent[t] = tagLookup[agent[t]] || 'Unknown';
agent[`${t}Id`] = parseInt(agent[t]) || null;
agent[t] = tagLookup[agent[t]] || null;
});

@@ -54,0 +54,0 @@ return agent;

{
"name": "prx-podagent",
"version": "0.0.1",
"version": "0.0.2",
"description": "User-agent parser for common podcast clients",

@@ -5,0 +5,0 @@ "main": "index.js",

# PRX Podcast User-Agent Parser
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/prx-podagent)
[![npm](https://img.shields.io/npm/dt/express.svg)](https://www.npmjs.com/package/prx-podagent)
[![license](https://img.shields.io/github/license/PRX/prx-podagent.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/prx-podagent.svg)](https://www.npmjs.com/package/prx-podagent)
[![npm](https://img.shields.io/npm/dt/prx-podagent.svg)](https://www.npmjs.com/package/prx-podagent)

@@ -7,0 +7,0 @@ ## Description

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