Socket
Socket
Sign inDemoInstall

@ui5/fs

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/fs - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

10

CHANGELOG.md

@@ -5,4 +5,11 @@ # Changelog

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v0.1.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v0.2.0...HEAD).
<a name="v0.2.0"></a>
## [v0.2.0] - 2018-07-11
### Internal Changes
- package.json: Define files to publish [`e533d82`](https://github.com/SAP/ui5-fs/commit/e533d822119d50b4ce6182c6f758df3f71f8b5d7)
- Update min Node.js version to >=8.5 [`b141ddc`](https://github.com/SAP/ui5-fs/commit/b141ddcdde37455b7df4d8ab495abf4429424080)
<a name="v0.1.0"></a>

@@ -38,2 +45,3 @@ ## [v0.1.0] - 2018-06-26

[v0.2.0]: https://github.com/SAP/ui5-fs/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/SAP/ui5-fs/compare/v0.0.1...v0.1.0

16

package.json
{
"name": "@ui5/fs",
"version": "0.1.0",
"version": "0.2.0",
"description": "UI5 Build and Development Tooling - File System Abstraction",

@@ -17,3 +17,3 @@ "author": "SAP SE (https://www.sap.com)",

"engines": {
"node": ">= 8.3",
"node": ">= 8.5",
"npm": ">= 5"

@@ -38,2 +38,8 @@ },

},
"files": [
"index.js",
"CONTRIBUTING.md",
"jsdoc.json",
"lib/**"
],
"ava": {

@@ -91,3 +97,3 @@ "files": [

"dependencies": {
"@ui5/logger": "^0.1.0",
"@ui5/logger": "^0.2.0",
"clone": "^2.1.0",

@@ -110,6 +116,6 @@ "defaults": "^1.0.3",

"docdash": "^0.4.0",
"eslint": "^4.13.1",
"eslint": "^5.0.1",
"eslint-config-google": "^0.9.1",
"jsdoc": "^3.5.5",
"nyc": "^11.8.0",
"nyc": "^12.0.2",
"opn-cli": "^3.1.0",

@@ -116,0 +122,0 @@ "rimraf": "^2.6.2",

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