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.7.0 to 0.7.1-canary.37.e58e93c.0

1

lib/index.d.ts
export { run } from '@oclif/command';
export { default as getAllPackages } from './core/allPackages';
export { default as getChangedFiles } from './core/changedFiles';
export { Graph } from './core/graph';

4

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Graph = exports.getAllPackages = exports.run = void 0;
exports.Graph = exports.getChangedFiles = exports.getAllPackages = exports.run = void 0;
var command_1 = require("@oclif/command");

@@ -12,3 +12,5 @@ Object.defineProperty(exports, "run", { enumerable: true, get: function () { return command_1.run; } });

Object.defineProperty(exports, "getAllPackages", { enumerable: true, get: function () { return __importDefault(allPackages_1).default; } });
var changedFiles_1 = require("./core/changedFiles");
Object.defineProperty(exports, "getChangedFiles", { enumerable: true, get: function () { return __importDefault(changedFiles_1).default; } });
var graph_1 = require("./core/graph");
Object.defineProperty(exports, "Graph", { enumerable: true, get: function () { return graph_1.Graph; } });
{
"name": "standard-monorepo",
"version": "0.7.0",
"version": "0.7.1-canary.37.e58e93c.0",
"author": "Flávio Carvalho",

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

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

$ standard-monorepo (-v|--version|version)
standard-monorepo/0.7.0 linux-x64 node-v12.22.7
standard-monorepo/0.7.1-canary.37.e58e93c.0 linux-x64 node-v12.22.7
$ standard-monorepo --help [COMMAND]

@@ -136,3 +136,3 @@ USAGE

_See code: [src/commands/cache-key.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.0/src/commands/cache-key.ts)_
_See code: [src/commands/cache-key.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.1-canary.37.e58e93c.0/src/commands/cache-key.ts)_

@@ -155,3 +155,3 @@ ## `standard-monorepo circular-deps`

_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.0/src/commands/circular-deps.ts)_
_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.1-canary.37.e58e93c.0/src/commands/circular-deps.ts)_

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

_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.0/src/commands/commit.ts)_
_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.1-canary.37.e58e93c.0/src/commands/commit.ts)_

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

_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.7.1-canary.37.e58e93c.0/src/commands/list.ts)_
<!-- commandsstop -->
export { run } from '@oclif/command'
export { default as getAllPackages } from './core/allPackages'
export { default as getChangedFiles } from './core/changedFiles'
export { Graph } from './core/graph'
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