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

@capacitor/filesystem

Package Overview
Dependencies
Maintainers
8
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/filesystem - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

12

CHANGELOG.md

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

## [0.5.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.5.2...@capacitor/filesystem@0.5.3) (2021-04-29)
### Bug Fixes
* **filesystem:** Append doesn't resolve on iOS ([#305](https://github.com/ionic-team/capacitor-plugins/issues/305)) ([98e91cd](https://github.com/ionic-team/capacitor-plugins/commit/98e91cd745fb12bf46f99233bb527f147dbba58b))
* **filesystem:** Convert stat ctime/mtime timestamp to milliseconds ([#321](https://github.com/ionic-team/capacitor-plugins/issues/321)) ([d978986](https://github.com/ionic-team/capacitor-plugins/commit/d97898662d0ba037e5f8448990a91de5ec6a4234))
## [0.5.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.5.1...@capacitor/filesystem@0.5.2) (2021-03-10)

@@ -8,0 +20,0 @@

4

dist/docs.json

@@ -821,3 +821,3 @@ {

],
"docs": "Time of creation",
"docs": "Time of creation in milliseconds",
"complexTypes": [],

@@ -834,3 +834,3 @@ "type": "number"

],
"docs": "Time of last modification",
"docs": "Time of last modification in milliseconds",
"complexTypes": [],

@@ -837,0 +837,0 @@ "type": "number"

@@ -343,3 +343,3 @@ import type { PermissionState } from '@capacitor/core';

/**
* Time of creation
* Time of creation in milliseconds
*

@@ -350,3 +350,3 @@ * @since 1.0.0

/**
* Time of last modification
* Time of last modification in milliseconds
*

@@ -353,0 +353,0 @@ * @since 1.0.0

{
"name": "@capacitor/filesystem",
"version": "0.5.2",
"version": "0.5.3",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",

@@ -47,6 +47,6 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "3.0.0-rc.0",
"@capacitor/core": "3.0.0-rc.0",
"@capacitor/android": "3.0.0-rc.1",
"@capacitor/core": "3.0.0-rc.1",
"@capacitor/docgen": "0.0.16",
"@capacitor/ios": "3.0.0-rc.0",
"@capacitor/ios": "3.0.0-rc.1",
"@ionic/eslint-config": "^0.3.0",

@@ -57,3 +57,3 @@ "@ionic/prettier-config": "~1.0.1",

"prettier": "~2.2.0",
"prettier-plugin-java": "~1.0.0",
"prettier-plugin-java": "~1.0.2",
"rimraf": "^3.0.0",

@@ -65,3 +65,3 @@ "rollup": "^2.29.0",

"peerDependencies": {
"@capacitor/core": "3.0.0-rc.0"
"@capacitor/core": "3.0.0-rc.1"
},

@@ -84,3 +84,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "94a39a9300beb941a43ba30d6505d9fefaff0b98"
"gitHead": "1434d3339dfd3324dd2f76037b4de7fdae08ca2e"
}

@@ -423,9 +423,9 @@ # @capacitor/filesystem

| Prop | Type | Description | Since |
| ----------- | ------------------- | ------------------------- | ----- |
| **`type`** | <code>string</code> | Type of the file | 1.0.0 |
| **`size`** | <code>number</code> | Size of the file | 1.0.0 |
| **`ctime`** | <code>number</code> | Time of creation | 1.0.0 |
| **`mtime`** | <code>number</code> | Time of last modification | 1.0.0 |
| **`uri`** | <code>string</code> | The uri of the file | 1.0.0 |
| Prop | Type | Description | Since |
| ----------- | ------------------- | ----------------------------------------- | ----- |
| **`type`** | <code>string</code> | Type of the file | 1.0.0 |
| **`size`** | <code>number</code> | Size of the file | 1.0.0 |
| **`ctime`** | <code>number</code> | Time of creation in milliseconds | 1.0.0 |
| **`mtime`** | <code>number</code> | Time of last modification in milliseconds | 1.0.0 |
| **`uri`** | <code>string</code> | The uri of the file | 1.0.0 |

@@ -432,0 +432,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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