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
0
Versions
743
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 7.0.0-dev-2245-20241115T154841.0 to 7.0.0-dev-2245-20241122T184249.0

2

dist/plugin.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@capacitor/core');

@@ -6,0 +4,0 @@

@@ -713,4 +713,2 @@ var capacitorFilesystem = (function (exports, core) {

Object.defineProperty(exports, '__esModule', { value: true });
return exports;

@@ -717,0 +715,0 @@

6

package.json
{
"name": "@capacitor/filesystem",
"version": "7.0.0-dev-2245-20241115T154841.0",
"version": "7.0.0-dev-2245-20241122T184249.0",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",

@@ -43,3 +43,3 @@ "main": "dist/plugin.cjs.js",

"docgen": "docgen --api FilesystemPlugin --output-readme README.md --output-json dist/docs.json",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
"clean": "rimraf ./dist",

@@ -62,3 +62,3 @@ "watch": "tsc --watch",

"rimraf": "^3.0.0",
"rollup": "^2.29.0",
"rollup": "^4.26.0",
"swiftlint": "^1.0.1",

@@ -65,0 +65,0 @@ "typescript": "~4.1.5"

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