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.1.0 to 0.2.0

7

dist/majo.common.js

@@ -83,2 +83,3 @@ 'use strict';

var cwd = ref.cwd; if ( cwd === void 0 ) cwd = '.';
var clean = ref.clean;
return __async(function*(){

@@ -88,2 +89,6 @@ const destPath = path.resolve(cwd, dest);

if (clean) {
yield fs.rmdir(destPath);
}
yield Promise.all(Object.keys(files).map(filename => {

@@ -107,3 +112,3 @@ var ref = files[filename];

fileStat(relative) {
fileStats(relative) {
return this.file(relative).stats

@@ -110,0 +115,0 @@ }

2

package.json
{
"name": "majo",
"version": "0.1.0",
"version": "0.2.0",
"description": "my badass project",

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

@@ -9,3 +9,3 @@ # majo

[![NPM version](https://img.shields.io/npm/v/majo.svg?style=flat)](https://npmjs.com/package/majo) [![NPM downloads](https://img.shields.io/npm/dm/majo.svg?style=flat)](https://npmjs.com/package/majo) [![CircleCI](https://circleci.com/gh/egoist/majo/tree/master.svg?style=shield)](https://circleci.com/gh/egoist/majo/tree/master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/egoist/donate)
[![NPM version](https://img.shields.io/npm/v/majo.svg?style=flat)](https://npmjs.com/package/majo) [![NPM downloads](https://img.shields.io/npm/dm/majo.svg?style=flat)](https://npmjs.com/package/majo) [![CircleCI](https://circleci.com/gh/egoist/majo/tree/master.svg?style=shield&circle-token=560404744e167900959a512d617a05ec5240616f)](https://circleci.com/gh/egoist/majo/tree/master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/egoist/donate)

@@ -12,0 +12,0 @@ ## Install

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