Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

standard-monorepo

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-monorepo - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1-canary.13.3a8f908.0

10

package.json
{
"name": "standard-monorepo",
"version": "0.5.0",
"version": "0.5.1-canary.13.3a8f908.0",
"author": "Flávio Carvalho",

@@ -14,9 +14,10 @@ "license": "MIT",

"format:check": "prettier '**/*.{js,jsx,ts,tsx,json,css}' --check",
"build": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme && rm -f oclif.manifest.json",
"build": "rm -rf lib && tsc -b",
"test": "jest",
"prepare": "yarn build && yarn test"
"update:readme": "oclif-dev manifest && oclif-dev readme && rm -f oclif.manifest.json && git add README.md",
"prepublishOnly": "yarn build && yarn test && yarn update:readme"
},
"husky": {
"hooks": {
"pre-commit": "oclif-dev readme && git add README.md",
"pre-commit": "yarn update:readme",
"commit-msg": "./bin/run commit $HUSKY_GIT_PARAMS"

@@ -42,2 +43,3 @@ }

"@types/node": "10.17.48",
"auto": "10.4.2",
"globby": "11.0.1",

@@ -44,0 +46,0 @@ "husky": "4.3.0",

8

README.md

@@ -83,3 +83,3 @@ # standard-monorepo

$ standard-monorepo (-v|--version|version)
standard-monorepo/0.5.0 darwin-x64 node-v14.15.1
standard-monorepo/0.5.1-canary.13.3a8f908.0 linux-x64 node-v12.20.0
$ standard-monorepo --help [COMMAND]

@@ -116,3 +116,3 @@ USAGE

_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.0/src/commands/circular-deps.ts)_
_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.1-canary.13.3a8f908.0/src/commands/circular-deps.ts)_

@@ -146,3 +146,3 @@ ## `standard-monorepo commit [COMMIT]`

_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.0/src/commands/commit.ts)_
_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.1-canary.13.3a8f908.0/src/commands/commit.ts)_

@@ -209,3 +209,3 @@ ## `standard-monorepo help [COMMAND]`

_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.5.1-canary.13.3a8f908.0/src/commands/list.ts)_
<!-- commandsstop -->
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