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

@nowa/module-script

Package Overview
Dependencies
Maintainers
4
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.2 to 0.3.0

11

CHANGELOG.md

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

<a name="0.3.0"></a>
# [0.3.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.2...@nowa/module-script@0.3.0) (2018-07-18)
### Features
* adapt to [@nowa](https://github.com/nowa)/core 0.7.1 ([4837070](https://github.com/nowa-webpack/nowa2/commit/4837070))
<a name="0.2.2"></a>

@@ -8,0 +19,0 @@ ## [0.2.2](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.1...@nowa/module-script@0.2.2) (2018-05-27)

6

index.d.ts

@@ -9,5 +9,5 @@ import { Module } from '@nowa/core';

run(): Promise<void>;
private _run();
private _runScript(script);
private validateScript(script);
private _run;
private _runScript;
private validateScript;
}

@@ -14,0 +14,0 @@ export declare namespace ModuleScript {

{
"name": "@nowa/module-script",
"version": "0.2.2",
"version": "0.3.0",
"description": "the nowa script module",
"scripts": {
"clean": "rm -f ./index.*",
"build": "npm run clean && tsc -p tsconfig.build.json"
"build": "npm run clean && tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build"
},

@@ -27,7 +28,7 @@ "author": {

"devDependencies": {
"@nowa/core": "^0.6.0",
"@nowa/core": "^0.7.1",
"@types/execa": "^0.9.0"
},
"peerDependencies": {
"@nowa/core": "^0.6.0"
"@nowa/core": "^0.7.1"
},

@@ -34,0 +35,0 @@ "types": "./",

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