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

utilium

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilium - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

dist/fs.js

@@ -157,3 +157,3 @@ import { isJSON } from './objects.js';

const rev = fs
.readFileSync(repo + '.git/HEAD')
.readFileSync(repo + '/.git/HEAD')
.toString()

@@ -166,3 +166,3 @@ .trim();

return fs
.readFileSync(repo + '.git/' + rev.substring(5))
.readFileSync(repo + '/.git/' + rev.substring(5))
.toString()

@@ -169,0 +169,0 @@ .trim();

{
"name": "utilium",
"version": "0.5.1",
"version": "0.5.2",
"description": "Typescript utilies",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -223,3 +223,3 @@ import { isJSON } from './objects.js';

const rev = fs
.readFileSync(repo + '.git/HEAD')
.readFileSync(repo + '/.git/HEAD')
.toString()

@@ -231,3 +231,3 @@ .trim();

return fs
.readFileSync(repo + '.git/' + rev.substring(5))
.readFileSync(repo + '/.git/' + rev.substring(5))
.toString()

@@ -234,0 +234,0 @@ .trim();

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