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

majo

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

majo - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

dist/majo.common.js

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

.then(contents => {
const stats = statCache[relative];
const stats = statCache[path.isAbsolute(this.cwd) ? absolutePath : relative];
const file = { contents, stats, path: absolutePath };

@@ -129,3 +129,3 @@ this.files[relative] = file;

fileList() {
return Object.keys(this.files)
return Object.keys(this.files).sort()
}

@@ -132,0 +132,0 @@ }

{
"name": "majo",
"version": "0.2.1",
"version": "0.2.2",
"description": "my badass project",

@@ -5,0 +5,0 @@ "repository": {

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