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

@nowa/core

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nowa/core - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.7.2"></a>
## [0.7.2](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.1...@nowa/core@0.7.2) (2018-09-04)
### Features
* solution log level from info to debug ([5b75d74](https://github.com/nowa-webpack/nowa2/commit/5b75d74))
<a name="0.7.1"></a>

@@ -8,0 +19,0 @@ ## [0.7.1](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.0...@nowa/core@0.7.1) (2018-07-18)

6

lib/plugins/loadSolution.js

@@ -36,7 +36,7 @@ "use strict";

const solutionPath = isModule ? solution : path_1.resolve(context, solution);
logger.info(`using solution ${solutionPath}`);
logger.debug(`using solution ${solutionPath}`);
if (isModule) {
logger.info(`solution path ${require.resolve(solutionPath)}`);
logger.debug(`solution path ${require.resolve(solutionPath)}`);
const { version } = require(`${solutionPath}/package.json`);
version && logger.info(`solution version ${version}`);
version && logger.debug(`solution version ${version}`);
}

@@ -43,0 +43,0 @@ try {

{
"name": "@nowa/core",
"version": "0.7.1",
"version": "0.7.2",
"description": "the nowa core",

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

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