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

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/core - npm Package Compare versions

Comparing version 0.10.3 to 0.11.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# [0.11.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.10.3...v0.11.0) (2021-05-27)
### Bug Fixes
- **core:** Remove extra separator from project names ([#61](https://github.com/nx-dotnet/nx-dotnet/issues/61)) ([049367c](https://github.com/nx-dotnet/nx-dotnet/commit/049367cd38a40b41d296d2eaab7d19ca61c93c69)), closes [#60](https://github.com/nx-dotnet/nx-dotnet/issues/60)
### Features
- **docs-site:** support for docsearch ([#62](https://github.com/nx-dotnet/nx-dotnet/issues/62)) [skip ci] ([6d09f31](https://github.com/nx-dotnet/nx-dotnet/commit/6d09f31de4cb97881325fc4978589adcde3280bf))
## [0.10.3](https://github.com/nx-dotnet/nx-dotnet/compare/v0.10.2...v0.10.3) (2021-05-24)

@@ -2,0 +12,0 @@

6

package.json

@@ -8,4 +8,4 @@ {

"dependencies": {
"@nx-dotnet/dotnet": "0.10.3",
"@nx-dotnet/utils": "0.10.3",
"@nx-dotnet/dotnet": "0.11.0",
"@nx-dotnet/utils": "0.11.0",
"glob": "^7.1.6",

@@ -23,3 +23,3 @@ "rimraf": "^3.0.2",

"license": "MIT",
"version": "0.10.3",
"version": "0.11.0",
"keywords": [

@@ -26,0 +26,0 @@ "Nx",

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

const featureScope = projectDirectory
.split(/(\/|\\)/gm)
.split(/\/|\\/gm) // Without the unnecessary parentheses, the separator is excluded from the result array.
.map((part) => devkit_1.names(part).className);

@@ -31,0 +31,0 @@ const namespaceName = [npmScope, ...featureScope].join('.');

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