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

@capacitor/preferences

Package Overview
Dependencies
Maintainers
10
Versions
695
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/preferences - npm Package Compare versions

Comparing version 7.0.1-nightly-20250207T150511.0 to 7.0.1-nightly-20250210T150532.0

2

dist/plugin.cjs.js

@@ -46,3 +46,3 @@ 'use strict';

const key = oldkey.substring(oldprefix.length);
const value = (_a = this.impl.getItem(oldkey)) !== null && _a !== undefined ? _a : '';
const value = (_a = this.impl.getItem(oldkey)) !== null && _a !== void 0 ? _a : '';
const { value: currentValue } = await this.get({ key });

@@ -49,0 +49,0 @@ if (typeof currentValue === 'string') {

@@ -45,3 +45,3 @@ var capacitorPreferences = (function (exports, core) {

const key = oldkey.substring(oldprefix.length);
const value = (_a = this.impl.getItem(oldkey)) !== null && _a !== undefined ? _a : '';
const value = (_a = this.impl.getItem(oldkey)) !== null && _a !== void 0 ? _a : '';
const { value: currentValue } = await this.get({ key });

@@ -48,0 +48,0 @@ if (typeof currentValue === 'string') {

{
"name": "@capacitor/preferences",
"version": "7.0.1-nightly-20250207T150511.0",
"version": "7.0.1-nightly-20250210T150532.0",
"description": "The Preferences API provides a simple key/value persistent store for lightweight data.",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

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