Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cf-prefs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-prefs - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.d.ts
// Type definitions for cf-prefs
// Project: cf-prefs
export type CFPrefValue = boolean | number | string | Array<CFPrefValue> | Record<string, CFPrefValue> | undefined;
export type CFPrefValue = boolean | string | number | { [key: string]: CFPrefValue } | Array<CFPrefValue>;
export function getPreferenceValue(key: string): CFPrefValue;
export function isPreferenceForced(key: string): boolean;
{
"name": "cf-prefs",
"version": "2.0.0",
"version": "2.0.1",
"description": "A native node module to access managed app preferences on macOS",

@@ -5,0 +5,0 @@ "main": "index.js",

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