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.0 to 0.2.1

19

dist/majo.common.js

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

filter(fn) {
this.use(context => {
return this.use(context => {
for (const relative in context.files) {

@@ -65,4 +65,3 @@ if (!fn(relative, context.files[relative])) {

}
});
return this
})
}

@@ -119,2 +118,16 @@

}
deleteFile(relative) {
delete this.files[relative];
return this
}
createFile(relative, file) {
this.files[relative] = file;
return this
}
fileList() {
return Object.keys(this.files)
}
}

@@ -121,0 +134,0 @@

7

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

@@ -67,3 +67,6 @@ "repository": {

"examples/**"
]
],
"rules": {
"guard-for-in": 0
}
},

@@ -70,0 +73,0 @@ "dependencies": {

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