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.14 to 0.0.15

1

common.js
'use strict';
const submodules = [

@@ -5,0 +4,0 @@ 'array', // Arrays manipulations

@@ -11,13 +11,2 @@ 'use strict';

) => ds.slice();
/* TODO: test speed in following implementations:
1. slice() and slice(0)
2. [].concat(arr);
3. following solution:
let result = [],
l1 = ds.length;
for (i = 0; i < l1; i++) {
result.push(ds[i]);
}
return result;
*/

@@ -24,0 +13,0 @@ const clone = (

2

package.json
{
"name": "metarhia-common",
"version": "0.0.14",
"version": "0.0.15",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Metarhia Common Library",

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