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

metarhia-common

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metarhia-common - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

taxonomy/categories.schema

2

lib/units.js

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

mult = DURATION_UNITS[unit];
if (!isNaN(value)) result += value * mult;
if (!isNaN(value) && mult) result += value * mult;
}

@@ -28,0 +28,0 @@ return result * 1000;

{
"name": "metarhia-common",
"version": "0.0.23",
"version": "0.0.24",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -32,6 +32,6 @@ "description": "Metarhia Common Library",

"devDependencies": {
"eslint": "^4.12.0",
"metaschema": "^0.0.5",
"eslint": "^4.9.0",
"tap": "^10.7.2"
"tap": "^11.0.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