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

@nx-dotnet/utils

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/utils - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

src/e2e.d.ts

22

package.json

@@ -11,5 +11,25 @@ {

"license": "MIT",
"version": "1.1.3",
"version": "1.1.4",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"keywords": [
"Nx",
".NET",
"dotnet",
"monorepos",
"full-stack"
],
"author": {
"name": "NxDotnet",
"url": "https://github.com/nx-dotnet"
},
"repository": {
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}

2

src/lib/utility-functions/glob.js

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

function findProjectFileInPath(path) {
console.log(`Looking for project files at '${path}/**/*.*proj'`);
return glob(`${path}/**/*.*proj`).then((results) => {

@@ -28,3 +27,2 @@ if (!results || results.length === 0) {

function findProjectFileInPathSync(path) {
console.log(`Looking for project files at '${path}/**/*.*proj'`);
const results = _glob.sync(`${path}/**/*.*proj`);

@@ -31,0 +29,0 @@ if (!results || results.length === 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