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

dmhy-subscribe

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmhy-subscribe - npm Package Compare versions

Comparing version 0.6.19 to 0.6.20

2

package.json
{
"name": "dmhy-subscribe",
"version": "0.6.19",
"version": "0.6.20",
"bin": {

@@ -5,0 +5,0 @@ "dmhy": "./bin/cli.js"

@@ -60,3 +60,3 @@ const { Episode } = require('./episode');

const blacklistPatterns = [
/x?(1080|720)p?/,
/x?(1080|720|480)p?/,
/\d+\s*月新番/,

@@ -79,3 +79,3 @@ /x26[45]/,

// input [\d.]+-[\d.]+
// input [\d.]+-[\d.]+
const parseRangeEpisode = (tok, type) => {

@@ -90,3 +90,3 @@ const str = tok.replace(/(?:\D*|^)([\d.]+)(-[\d.]+)?(?:\D*|$)/, '$1$2');

// Find episode from last is easier
// Find episode from last is easier
for (const token of tokens.reverse()) {

@@ -93,0 +93,0 @@ const tok = token

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