New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nowa/module-file

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nowa/module-file - 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-file@0.2.2...@nowa/module-file@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-file@0.2.1...@nowa/module-file@0.2.2) (2018-05-27)

2

index.d.ts

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

run(): Promise<void>;
private _getFiles(filePath);
private _getFiles;
}

@@ -10,0 +10,0 @@ export declare namespace ModuleFile {

{
"name": "@nowa/module-file",
"version": "0.2.2",
"version": "0.3.0",
"description": "the nowa file 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"
},

@@ -29,3 +30,3 @@ "author": {

"devDependencies": {
"@nowa/core": "^0.6.0",
"@nowa/core": "^0.7.1",
"@types/fs-extra": "^5.0.2",

@@ -35,3 +36,3 @@ "@types/globby": "^6.1.0"

"peerDependencies": {
"@nowa/core": "^0.6.0"
"@nowa/core": "^0.7.1"
},

@@ -38,0 +39,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