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

@readapt/settings

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readapt/settings - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

dist/readapt-settings.esm.js

@@ -146,3 +146,3 @@ const fontFamilyOptions = [

];
const textPreviewFr = "<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>";
const textPreviewFr = "Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.";
const langConfigFr = {

@@ -223,3 +223,3 @@ phonemeOptions: phonemesFr,

];
const textPreviewEn = '<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>';
const textPreviewEn = 'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.';
const langConfigEn = {

@@ -226,0 +226,0 @@ phonemeOptions: phonemesEn,

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

];
const textPreviewFr = "<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>";
const textPreviewFr = "Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.";
const langConfigFr = {

@@ -227,3 +227,3 @@ phonemeOptions: phonemesFr,

];
const textPreviewEn = '<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>';
const textPreviewEn = 'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.';
const langConfigEn = {

@@ -230,0 +230,0 @@ phonemeOptions: phonemesEn,

{
"name": "@readapt/settings",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/readapt-settings.js",

@@ -9,3 +9,3 @@ "module": "dist/readapt-settings.esm.js",

"clean": "shx rm -rf dist",
"test": "jest",
"test": "echo 'no test yet'",
"build": "rollup -c rollup.config.js"

@@ -25,3 +25,3 @@ },

],
"gitHead": "6763ba8c644e009270edb16e1fe1302ac9df6dc5"
"gitHead": "ef9e3ec8ea5c5093ed21f9463c5de9db09fb6837"
}

@@ -75,3 +75,3 @@ import { ColoredOption, LangConfig } from '../models'

export const textPreviewEn =
'<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>'
'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.'

@@ -78,0 +78,0 @@ export const langConfigEn: LangConfig = {

@@ -80,3 +80,3 @@ import { ColoredOption, LangConfig } from '../models'

const textPreviewFr =
"<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>"
"Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux."

@@ -83,0 +83,0 @@ export const langConfigFr: LangConfig = {

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