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.8.0-beta.29048b3e to 0.8.0-beta.498e76e6

33

CHANGELOG.md

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

<a name="0.8.0-beta.498e76e6"></a>
# [0.8.0-beta.498e76e6](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.2...@nowa/core@0.8.0-beta.498e76e6) (2018-09-14)
### Bug Fixes
* forgot to register load-advanced plugin ([21a556a](https://github.com/nowa-webpack/nowa2/commit/21a556a))
* logo issue ([498e76e](https://github.com/nowa-webpack/nowa2/commit/498e76e))
### Features
* support loading advanced config & solution ([29048b3](https://github.com/nowa-webpack/nowa2/commit/29048b3))
<a name="0.8.0-beta.21a556ab"></a>
# [0.8.0-beta.21a556ab](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.2...@nowa/core@0.8.0-beta.21a556ab) (2018-09-14)
### Bug Fixes
* forgot to register load-advanced plugin ([21a556a](https://github.com/nowa-webpack/nowa2/commit/21a556a))
### Features
* support loading advanced config & solution ([29048b3](https://github.com/nowa-webpack/nowa2/commit/29048b3))
<a name="0.8.0-beta.29048b3e"></a>

@@ -8,0 +41,0 @@ # [0.8.0-beta.29048b3e](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.2...@nowa/core@0.8.0-beta.29048b3e) (2018-09-14)

2

index.js

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

const initError_1 = require("./lib/plugins/initError");
const loadAdvanced_1 = require("./lib/plugins/loadAdvanced");
const loadConfig_1 = require("./lib/plugins/loadConfig");

@@ -31,2 +32,3 @@ const loadModules_1 = require("./lib/plugins/loadModules");

new initError_1.InitErrorPlugin(),
new loadAdvanced_1.LoadAdvancedPlugin(),
new loadConfig_1.LoadConfigPlugin(),

@@ -33,0 +35,0 @@ new loadModules_1.LoadModulesPlugin(),

2

package.json
{
"name": "@nowa/core",
"version": "0.8.0-beta.29048b3e",
"version": "0.8.0-beta.498e76e6",
"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