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.2.1 to 0.2.2

2

lib/core/graph.js

@@ -23,3 +23,3 @@ "use strict";

}
return cycles;
return cycles.map((cycle) => [...lodash_1.uniq(cycle), cycle[0]]);
};

@@ -26,0 +26,0 @@ this.dfs = (current) => {

{
"name": "standard-monorepo",
"version": "0.2.1",
"version": "0.2.2",
"author": "Flávio Carvalho",

@@ -5,0 +5,0 @@ "license": "MIT",

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

$ standard-monorepo (-v|--version|version)
standard-monorepo/0.2.1 darwin-x64 node-v14.15.1
standard-monorepo/0.2.2 darwin-x64 node-v14.15.1
$ standard-monorepo --help [COMMAND]

@@ -56,3 +56,3 @@ USAGE

_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/circular-deps.ts)_
_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/circular-deps.ts)_

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

_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/commit.ts)_
_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/commit.ts)_

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

_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/list.ts)_
<!-- commandsstop -->

@@ -1,2 +0,2 @@

import { fromPairs, isUndefined, last } from 'lodash'
import { fromPairs, isUndefined, uniq } from 'lodash'
import semver from 'semver'

@@ -35,3 +35,3 @@

return cycles
return cycles.map((cycle) => [...uniq(cycle), cycle[0]])
}

@@ -38,0 +38,0 @@

Sorry, the diff of this file is not supported yet

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