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

@nx-extend/core

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-extend/core - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md

@@ -5,5 +5,8 @@ # Changelog

## [1.0.3](https://github.com/TriPSs/nx-extend/compare/core@1.0.2...core@1.0.3) (2021-10-28)
## [1.0.2](https://github.com/TriPSs/nx-extend/compare/core@1.0.1...core@1.0.2) (2021-10-08)
### Bug Fixes

@@ -13,4 +16,2 @@

## [1.0.1](https://github.com/TriPSs/nx-extend/compare/core@1.0.0...core@1.0.1) (2021-10-08)
{
"name": "@nx-extend/core",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "typings": "./src/index.d.ts",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.execCommand = exports.ShellString = void 0;
exports.execCommand = exports.ChildProcess = exports.ShellString = void 0;
const shell = require("shelljs");
const shelljs_1 = require("shelljs");
Object.defineProperty(exports, "ShellString", { enumerable: true, get: function () { return shelljs_1.ShellString; } });
const child_process_1 = require("child_process");
Object.defineProperty(exports, "ChildProcess", { enumerable: true, get: function () { return child_process_1.ChildProcess; } });
const execCommand = (command, options = {

@@ -8,0 +10,0 @@ asString: false,

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