Skip to content

Commit aadffa7

Browse files
committed
adding sebderm safe conditioner and exporting sebderm bot
1 parent 7112826 commit aadffa7

4 files changed

Lines changed: 74 additions & 3 deletions

File tree

data/products/conditioners.products.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,21 @@
305305
"product_categories": ["conditioners"],
306306
"tags": ["samples", "wavy", "curly", "coily", "bonding"],
307307
"ingredients_raw": "water aqua eau, sodium lauroyl methyl isethionate, cocamidopropyl hydroxysultaine, potassium cocoyl glycinate, disodium cocoyl glutamate, sodium lauroyl sarcosinate, potassium cocoate, decyl glucoside, glycereth-26, bis-aminopropyl diglycol dimaleate, cocamidopropylamine oxide, disodium laureth sulfosuccinate, glycol distearate, sodium cocoyl glutamate, methyl gluceth-20, acrylates copolymer, peg-120 methyl glucose dioleate, amodimethicone, citric acid, sodium lauryl sulfoacetate, polyquaternium-10, ethylhexylglycerin, divinyldimethicone dimethicone copolymer, polyquaternium-11, trisodium ethylenediamine disuccinate, guar hydroxypropyltrimonium chloride, c11-15 pareth-7, laureth-9, glycerin, trideceth-12, c12-13 pareth-23, c12-13 pareth-3, hydrolyzed vegetable protein, pg-propyl silanetriol, panthenol, acetic acid, tetrasodium edta, pentasodium triphosphate, sodium hydroxide, disodium edta, helianthus annus sunflower seed oil, tocopherol, prunus armeniaca apricot kernel oil, pseudozyma epicola camellia sinensis seed oil ferment extract filtrate, pseudozyma epicola argania spinosa kernel oil ferment filtrate, quaternium-95, propanediol, helianthus annus sunflower seed extract, peg-8, euterpe oleracea fruit extract, punica granatum extract, rosemarinus officinalis rosemary leaf extract, musa sapientum banana fruit extract, origanum vulgare lear extract, morinda citrifolia fruit extract, articum lappa root extract, peg-8 smdi copolymer, sodium hyaluronate, palmitoyl myristyl serinate, sodium polyacrylate, pentaerythrityl tetra-di-t-butyl hydroxyhydrocinnamate, biotin, benzoic acid, phenoxyethanol, chlorphenesin, potassium sorbate, sodium benzoate, fragrance parfum, citral, hexyl cinnamal, limonene",
308-
"description": "A highly concentrated conditioner with Olaplex’s bonding technology that repairs, strengthens, and moisturizes hair prone to damage or dryness"
308+
"description": "A highly concentrated conditioner with Olaplex’s bonding technology that repairs hair prone to damage or dryness"
309+
},
310+
{
311+
"name": "Crack Conditioner",
312+
"brand": "Crack",
313+
"buy_links": [
314+
{
315+
"url": "https://amzn.to/40PkTmY",
316+
"retailer": "Amazon"
317+
}
318+
],
319+
"product_categories": ["conditioners"],
320+
"tags": [],
321+
"ingredients_raw": "water aqua, dimethicone, dimethiconol, laureth-23, laureth-4, cetyl alcohol, cetrimonium chloride, fragrance parfum, phenoxyethanol, panthenol, benzoic acid, potassium sorbate, hydrolyzed wheat protein, tetrasodium glutamate diacetate, gaultheria procumgens wintergreen leaf, anthemis nobilis flower, calendula officinalis flower, glycerin, geraniol, linalool, limonene",
322+
"description": "A rare find: a conditioner that does not contain any ingredients known to feed Malassezia, the fungus that causes seborrheic dermatitis."
309323
}
310324
]
311325
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haircare-ingredients-analyzer",
3-
"version": "1.7.7",
3+
"version": "1.7.8",
44
"description": "Library for analyzing haircare product ingredients",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

src/data/bundledProducts.ts

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ export const defaultProductDatabase: ProductDatabase = {
22732273
"protein"
22742274
],
22752275
"ingredients_raw": "water aqua eau, sodium lauroyl methyl isethionate, cocamidopropyl hydroxysultaine, potassium cocoyl glycinate, disodium cocoyl glutamate, sodium lauroyl sarcosinate, potassium cocoate, decyl glucoside, glycereth-26, bis-aminopropyl diglycol dimaleate, cocamidopropylamine oxide, disodium laureth sulfosuccinate, glycol distearate, sodium cocoyl glutamate, methyl gluceth-20, acrylates copolymer, peg-120 methyl glucose dioleate, amodimethicone, citric acid, sodium lauryl sulfoacetate, polyquaternium-10, ethylhexylglycerin, divinyldimethicone dimethicone copolymer, polyquaternium-11, trisodium ethylenediamine disuccinate, guar hydroxypropyltrimonium chloride, c11-15 pareth-7, laureth-9, glycerin, trideceth-12, c12-13 pareth-23, c12-13 pareth-3, hydrolyzed vegetable protein, pg-propyl silanetriol, panthenol, acetic acid, tetrasodium edta, pentasodium triphosphate, sodium hydroxide, disodium edta, helianthus annus sunflower seed oil, tocopherol, prunus armeniaca apricot kernel oil, pseudozyma epicola camellia sinensis seed oil ferment extract filtrate, pseudozyma epicola argania spinosa kernel oil ferment filtrate, quaternium-95, propanediol, helianthus annus sunflower seed extract, peg-8, euterpe oleracea fruit extract, punica granatum extract, rosemarinus officinalis rosemary leaf extract, musa sapientum banana fruit extract, origanum vulgare lear extract, morinda citrifolia fruit extract, articum lappa root extract, peg-8 smdi copolymer, sodium hyaluronate, palmitoyl myristyl serinate, sodium polyacrylate, pentaerythrityl tetra-di-t-butyl hydroxyhydrocinnamate, biotin, benzoic acid, phenoxyethanol, chlorphenesin, potassium sorbate, sodium benzoate, fragrance parfum, citral, hexyl cinnamal, limonene",
2276-
"description": "A highly concentrated conditioner with Olaplex’s bonding technology that repairs, strengthens, and moisturizes hair prone to damage or dryness",
2276+
"description": "A highly concentrated conditioner with Olaplex’s bonding technology that repairs hair prone to damage or dryness",
22772277
"id": "no._5_bond_maintenance_conditioner",
22782278
"systems_excluded": [],
22792279
"status": "warning",
@@ -2340,6 +2340,62 @@ export const defaultProductDatabase: ProductDatabase = {
23402340
}
23412341
}
23422342
},
2343+
"crack_conditioner": {
2344+
"name": "Crack Conditioner",
2345+
"brand": "Crack",
2346+
"buy_links": [
2347+
{
2348+
"url": "https://amzn.to/40PkTmY",
2349+
"retailer": "Amazon"
2350+
}
2351+
],
2352+
"product_categories": [
2353+
"conditioners"
2354+
],
2355+
"tags": [
2356+
"protein"
2357+
],
2358+
"ingredients_raw": "water aqua, dimethicone, dimethiconol, laureth-23, laureth-4, cetyl alcohol, cetrimonium chloride, fragrance parfum, phenoxyethanol, panthenol, benzoic acid, potassium sorbate, hydrolyzed wheat protein, tetrasodium glutamate diacetate, gaultheria procumgens wintergreen leaf, anthemis nobilis flower, calendula officinalis flower, glycerin, geraniol, linalool, limonene",
2359+
"description": "A rare find: a conditioner that does not contain any ingredients known to feed Malassezia, the fungus that causes seborrheic dermatitis.",
2360+
"id": "crack_conditioner",
2361+
"systems_excluded": [],
2362+
"status": "warning",
2363+
"extensions": {
2364+
"frizzbot": {
2365+
"simple_humectants_number": 2,
2366+
"film_forming_humectants_number": 2,
2367+
"emollients_number": 4,
2368+
"simple_humectants": [
2369+
"Panthenol",
2370+
"Glycerin"
2371+
],
2372+
"film_forming_humectants": [
2373+
"Hydrolyzed Wheat Protein",
2374+
"Sodium Glutamate"
2375+
],
2376+
"emollients": [
2377+
"Dimethicone",
2378+
"Dimethiconol",
2379+
"Cetyl Alcohol",
2380+
"Cetrimonium Chloride"
2381+
],
2382+
"score": -73
2383+
},
2384+
"porosity": {
2385+
"high": 100,
2386+
"low": 100
2387+
},
2388+
"sebderm": {
2389+
"hasTriggers": false,
2390+
"triggers": []
2391+
},
2392+
"autoTagger": {
2393+
"tags": [
2394+
"protein"
2395+
]
2396+
}
2397+
}
2398+
},
23432399
"coil_infusion®_drink_up™_cleansing_conditioner": {
23442400
"name": "Coil Infusion® Drink Up™ Cleansing Conditioner",
23452401
"brand": "Ouidad",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export * from './data/bundledData';
66
export * from './data/bundledProducts';
77
export * from './extensions/frizzbot';
88
export * from './extensions/porosity';
9+
export * from './extensions/sebdermbot';

0 commit comments

Comments
 (0)