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 4.1.0 to 4.2.0

src/utils/is-ci.d.ts

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

# [4.2.0](https://github.com/TriPSs/nx-extend/compare/core@4.1.0...core@4.2.0) (2023-07-01)
### Features
* **e2e-runner:** Always use verbose logging if in ci ([cf72c11](https://github.com/TriPSs/nx-extend/commit/cf72c11843391c20627077ac93cee1661080bf29))
# [4.1.0](https://github.com/TriPSs/nx-extend/compare/core@4.0.0...core@4.1.0) (2023-06-22)

@@ -7,0 +16,0 @@

2

package.json
{
"name": "@nx-extend/core",
"version": "4.1.0",
"version": "4.2.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -5,1 +5,2 @@ export * from './exec';

export * from './copy-file';
export * from './is-ci';

@@ -8,2 +8,3 @@ "use strict";

tslib_1.__exportStar(require("./copy-file"), exports);
tslib_1.__exportStar(require("./is-ci"), exports);
//# sourceMappingURL=index.js.map

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