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.8 to 0.0.9

2

package.json
{
"name": "prx-podagent",
"version": "0.0.8",
"version": "0.0.9",
"description": "User-agent parser for common podcast clients",

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

@@ -47,2 +47,24 @@ # PRX Podcast User-Agent Parser

## Development
Basic tests are located in the `/test` directory, and can be run with `npm test`.
Additionally, there is a `test/support/testagents.csv` file containing some actual
production logs. The "coverage" and "omissions" tests use this file to check that
the database file accounts for all the major known user agents.
To add a new user agent:
1. Add some lines to `testagents.csv` with your new user agent. Give them a high
count like "9999" and run the tests to make sure they show up in the omissions.
2. Edit the `db/agents.yml` to include a regular expression, then a name for the
app and the type/os (if known). Try to be reasonably specific with your regex,
so that you don't unintentionally match other user agents.
3. Run `npm lock` to regenerate the `db/agents.lock.yml`. This file normalizes
the text tags/labels shared between the various matchers. Check that your
change didn't add any unexpected new tags (if you accidentally changed the
case of a label or something).
4. Re-run the tests to validate that your agent strings are no longer in the
omissions test.
## License

@@ -49,0 +71,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