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

hcode-core

Package Overview
Dependencies
Maintainers
2
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hcode-core - npm Package Compare versions

Comparing version 0.0.69 to 0.0.70

2

lib/functions/parseFilenameVideoClass/index.js

@@ -6,3 +6,3 @@ "use strict";

const splited = basename.split('_');
const titles = splited[2].split('.');
const titles = splited[2] ? splited[2].split('.') : [''];
titles.pop();

@@ -9,0 +9,0 @@ const parsed = {

{
"name": "hcode-core",
"version": "0.0.69",
"version": "0.0.70",
"description": "Hcode Core",

@@ -5,0 +5,0 @@ "types": "typings.d.ts",

@@ -8,3 +8,3 @@ import { FilenameVideoClass } from '../../interfaces/filenameVideoClass';

const titles = splited[2].split('.');
const titles = splited[2] ? splited[2].split('.') : [''];

@@ -11,0 +11,0 @@ titles.pop();

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