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

@nowa/module-script

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nowa/module-script - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

14

CHANGELOG.md

@@ -6,4 +6,12 @@ # Change Log

<a name="0.2.1"></a>
## [0.2.1](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.0...@nowa/module-script@0.2.1) (2018-05-27)
**Note:** Version bump only for package @nowa/module-script
<a name="0.2.0"></a>
# [0.2.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.1.1...@nowa/module-script@0.2.0) (2018-02-06)
# [0.2.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.1.1...@nowa/module-script@0.2.0) (2018-02-07)

@@ -13,3 +21,3 @@

* this bind when `parallel` is true ([0629d6e](https://github.com/nowa-webpack/nowa2/commit/0629d6e))
* this bind when `parallel` is true ([aeeea8b](https://github.com/nowa-webpack/nowa2/commit/aeeea8b))

@@ -20,3 +28,3 @@

* compatible for [@nowa](https://github.com/nowa)/core break change ([3e29281](https://github.com/nowa-webpack/nowa2/commit/3e29281))
* debug log module config ([c22278a](https://github.com/nowa-webpack/nowa2/commit/c22278a))
* debug log module config ([a3927ef](https://github.com/nowa-webpack/nowa2/commit/a3927ef))

@@ -23,0 +31,0 @@

@@ -20,3 +20,3 @@ import { Module } from '@nowa/core';

}
type Config = [SingleScript | SingleScript[], IOptions];
type Config = [SingleScript | SingleScript[], IOptions | undefined];
}
{
"name": "@nowa/module-script",
"version": "0.2.0",
"version": "0.2.1",
"description": "the nowa script module",

@@ -24,7 +24,7 @@ "scripts": {

"dependencies": {
"execa": "^0.9.0"
"execa": "^0.10.0"
},
"devDependencies": {
"@nowa/core": "^0.5.0",
"@types/execa": "^0.8.1"
"@nowa/core": "^0.6.0",
"@types/execa": "^0.9.0"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

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