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.6 to 0.7.7

11

CHANGELOG.md

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

## [0.7.7](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.6...@nowa/core@0.7.7) (2019-12-29)
### Bug Fixes
* **core:** if (void) ([d3e3330](https://github.com/nowa-webpack/nowa2/commit/d3e333064a9d8b40372c5aaef5ca7976e89a8c26))
## [0.7.6](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.5...@nowa/core@0.7.6) (2019-12-29)

@@ -8,0 +19,0 @@

5

lib/moduleQueue.js

@@ -75,5 +75,4 @@ "use strict";

catch (error) {
if (yield this._handleRunError(error)) {
throw error;
}
yield this._handleRunError(error);
throw error;
}

@@ -80,0 +79,0 @@ }

4

package.json
{
"name": "@nowa/core",
"version": "0.7.6",
"version": "0.7.7",
"description": "the nowa core",

@@ -42,3 +42,3 @@ "scripts": {

},
"gitHead": "1651f87feb9dc33d30728ff05a94fa591069d5b1"
"gitHead": "493cf0bdd8e3738114043396fcd8085dd5beb880"
}
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