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

@trycourier/react-preferences

Package Overview
Dependencies
Maintainers
3
Versions
601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/react-preferences - npm Package Compare versions

Comparing version 6.0.1-internal.1cfeff7.0 to 6.0.1-internal.46b0306.0

8

package.json
{
"name": "@trycourier/react-preferences",
"version": "6.0.1-internal.1cfeff7.0+1cfeff7",
"version": "6.0.1-internal.46b0306.0+46b0306",
"main": "dist/index.js",

@@ -19,3 +19,3 @@ "types": "typings/index.d.ts",

"react-dom": ">=17.X.X",
"styled-components": ">=^5.X.X"
"styled-components": ">=5.X.X"
},

@@ -28,7 +28,7 @@ "files": [

"dependencies": {
"@trycourier/react-hooks": "^6.0.1-internal.1cfeff7.0+1cfeff7",
"@trycourier/react-hooks": "^6.0.1-internal.46b0306.0+46b0306",
"date-fns": "^2.19.0",
"react-toggle": "^4.1.2"
},
"gitHead": "1cfeff7db8582775dad6eaa62076d27647f280dd"
"gitHead": "46b030651920cb9746435b0a53ebad648e46a0a2"
}

@@ -1,2 +0,2 @@

import { DigestSchedule } from "@trycourier/react-provider";
import { DigestSchedule } from "@trycourier/core";
import React from "react";

@@ -3,0 +3,0 @@ declare const DigestSchedules: React.FunctionComponent<{

import React from "react";
import { ChannelClassification, IRecipientPreference } from "~/types";
import { PreferenceSection } from "@trycourier/react-hooks";
import { IPreferenceTemplate } from "@trycourier/react-provider";
import { IPreferenceTemplate } from "@trycourier/core";
export declare const ChannelOption: any;

@@ -6,0 +6,0 @@ export declare const Input: any;

import React from "react";
import { ChannelClassification, IRecipientPreference } from "../types";
import { IPreferenceTemplate } from "@trycourier/react-provider";
import { IPreferenceTemplate } from "@trycourier/core";
export declare const PreferenceTemplate: React.FunctionComponent<{

@@ -5,0 +5,0 @@ preferenceTemplate: IPreferenceTemplate;

/// <reference types="react" />
import { PreferenceStatus } from "@trycourier/react-provider";
import { PreferenceStatus } from "@trycourier/core";
export declare type Preference = "channel_preferences" | "status" | "snooze";

@@ -4,0 +4,0 @@ export declare type ChannelClassification = "direct_message" | "email" | "inbox" | "push" | "sms" | "webhook";

@@ -1,2 +0,2 @@

import { DigestSchedule } from "@trycourier/react-provider";
import { DigestSchedule } from "@trycourier/core";
export declare const toUpperCaseFirstLetter: (str: string) => string;

@@ -3,0 +3,0 @@ declare const formatDigest: (schedule: DigestSchedule) => string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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