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

metautil

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metautil - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

2

lib/crypto.js

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

this.pos = end;
return buf.slice(start, end);
return buf.subarray(start, end);
},

@@ -25,0 +25,0 @@ };

{
"name": "metautil",
"version": "3.12.0",
"version": "3.13.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -19,3 +19,3 @@ "license": "MIT",

"engines": {
"node": "16 || 18 || 19 || 20"
"node": "18 || 20"
},

@@ -42,3 +42,3 @@ "repository": {

"devDependencies": {
"@types/node": "^20.4.3",
"@types/node": "^20.7.0",
"eslint": "^8.35.0",

@@ -45,0 +45,0 @@ "eslint-config-metarhia": "^8.2.1",

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