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

majo

Package Overview
Dependencies
Maintainers
2
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.8.0 to 1.0.0

CHANGELOG.md

66

package.json
{
"name": "majo",
"version": "0.8.0",
"description": "my badass project",
"version": "1.0.0",
"description": "A minimal module to manipulate files.",
"repository": {

@@ -9,3 +9,4 @@ "url": "egoist/majo",

},
"main": "dist/majo.cjs.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -15,44 +16,39 @@ "dist"

"scripts": {
"test": "npm run lint && jest",
"test": "jest",
"prepublishOnly": "npm run build",
"lint": "xo",
"build": "bili"
"build": "rollup -c",
"format": "prettier *.{js,md,json,ts} --write",
"typedoc": "typedoc src --out typedoc --theme minimal --mode file --excludeExternals --excludePrivate --excludeProtected"
},
"author": "egoist <0x142857@gmail.com>",
"license": "MIT",
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/examples/"
"lint-staged": {
"*.{js,md,json,ts}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.4.3",
"bili": "^3.3.0",
"buble": "^0.15.2",
"eslint-config-rem": "^3.0.0",
"jest-cli": "^22.4.3",
"xo": "^0.18.0"
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.7",
"husky": "^3.0.9",
"jest": "^24.9.0",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"rollup": "^1.27.0",
"rollup-plugin-typescript2": "^0.25.2",
"ts-jest": "^24.1.0",
"typedoc": "^0.15.1",
"typescript": "^3.7.2"
},
"xo": {
"extends": "rem",
"envs": [
"jest"
],
"ignores": [
"test/fixture/**",
"test/output/**",
"examples/**"
],
"rules": {
"guard-for-in": 0
}
},
"dependencies": {
"fast-glob": "^2.2.3",
"fs-extra": "^7.0.0"
"fast-glob": "^3.1.0",
"fs-extra": "^8.1.0"
}
}

@@ -7,9 +7,9 @@ # majo

*Art by [でんでんCOMIC1・こ24b](https://www.pixiv.net/member.php?id=12192)*
_Art by [でんでん COMIC1・こ 24b](https://www.pixiv.net/member.php?id=12192)_
[![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)
[![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)
## Introduction
You can use *majo* to manipulate files like a pro, with a simple API whose core is only ≈ 150 SLOC.
You can use _majo_ to manipulate files like a pro, with a simple API whose core is only ≈ 150 SLOC.

@@ -25,3 +25,3 @@ ## Install

```js
const majo = require('majo')
const { majo } = require('majo')

@@ -50,10 +50,9 @@ const stream = majo()

## Support
## Documentation
[API docs](/docs/api.md)<br>
[Middleware](/docs/middleware.md)
https://majo.egoist.sh
## Used By
- [SAO](https://github.com/egoist/sao): ⚔️ Futuristic scaffolding tool.
- [SAO](https://github.com/egoist/sao): ⚔️ Futuristic scaffolding tool.

@@ -68,3 +67,2 @@ ## Contributing

## Author

@@ -75,2 +73,2 @@

> [egoist.moe](https://egoist.moe) · GitHub [@egoist](https://github.com/egoist) · Twitter [@_egoistlily](https://twitter.com/_egoistlily)
> [egoist.moe](https://egoist.moe) · GitHub [@egoist](https://github.com/egoist) · Twitter [@\_egoistlily](https://twitter.com/_egoistlily)
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