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

@lerna-lite/init

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/init - npm Package Compare versions

Comparing version 1.16.0 to 1.16.1

0

dist/index.d.ts
export * from './init-command';

17

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./init-command"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./init-command"), exports);
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ import { Command, CommandType, InitCommandOption } from '@lerna-lite/core';

12

dist/init-command.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.InitCommand = exports.factory = void 0;
const tslib_1 = require("tslib");
const core_1 = require("@lerna-lite/core");
const fs_extra_1 = __importDefault(require("fs-extra"));
const path_1 = __importDefault(require("path"));
const p_map_1 = __importDefault(require("p-map"));
const write_json_file_1 = __importDefault(require("write-json-file"));
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
const path_1 = tslib_1.__importDefault(require("path"));
const p_map_1 = tslib_1.__importDefault(require("p-map"));
const write_json_file_1 = tslib_1.__importDefault(require("write-json-file"));
const LERNA_CLI_PKG_NAME = '@lerna-lite/cli';

@@ -13,0 +11,0 @@ function factory(argv) {

{
"name": "@lerna-lite/init",
"description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
"version": "1.16.0",
"version": "1.16.1",
"main": "dist/index.js",

@@ -30,3 +30,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@lerna-lite/core": "1.16.0",
"@lerna-lite/core": "1.16.1",
"fs-extra": "^11.1.0",

@@ -37,3 +37,3 @@ "p-map": "^4.0.0",

},
"gitHead": "7047888f2d124b41e524817b6bdfa4fb64d57d83"
"gitHead": "4fe2a7051f41052665b5da601eabf3fed803a746"
}

Sorry, the diff of this file is not supported yet

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