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.4 to 0.3.0

13

dist/majo.common.js

@@ -6,5 +6,5 @@ 'use strict';

var path = _interopDefault(require('path'));
var fs = _interopDefault(require('fs-promise'));
var series = _interopDefault(require('promise.series'));
var fs = _interopDefault(require('fs-extra'));
var globby = _interopDefault(require('globby'));
var ware = _interopDefault(require('ware'));

@@ -56,3 +56,8 @@ function __async(g){return new Promise(function(s,j){function c(a,x){try{var r=g[x?"throw":"next"](a);}catch(e){j(e);return}r.done?s(r.value):Promise.resolve(r.value).then(c,d);}function d(e){c(e,1);}c();})}

yield series(this.middlewares.map(m => () => m.call(this, this)));
yield new Promise((resolve, reject) => {
ware().use(this.middlewares).run(this, err => {
if (err) { return reject(err) }
resolve();
});
});

@@ -93,3 +98,3 @@ return this.files

if (clean) {
yield fs.rmdir(destPath);
yield fs.remove(destPath);
}

@@ -96,0 +101,0 @@

{
"name": "majo",
"version": "0.2.4",
"version": "0.3.0",
"description": "my badass project",

@@ -73,6 +73,6 @@ "repository": {

"dependencies": {
"fs-promise": "^2.0.2",
"fs-extra": "^3.0.1",
"globby": "^6.1.0",
"promise.series": "^0.1.0"
"ware": "^1.3.0"
}
}
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