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

c15t

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c15t - npm Package Compare versions

Comparing version 0.0.1-rc.5 to 0.0.1-rc.6

2

dist/store.initial-state.js

@@ -43,3 +43,2 @@ import * as __WEBPACK_EXTERNAL_MODULE__translations_index_js_8dbce45e__ from "./translations/index.js";

translationConfig: __WEBPACK_EXTERNAL_MODULE__translations_index_js_8dbce45e__.defaultTranslationConfig,
noStyle: false,
includeNonDisplayedConsents: false,

@@ -60,3 +59,2 @@ consentTypes: __WEBPACK_EXTERNAL_MODULE__types_index_js_63ede62f__.consentTypes,

setTranslationConfig: ()=>{},
setNoStyle: ()=>{},
clearAllData: ()=>{},

@@ -63,0 +61,0 @@ updateConsentMode: ()=>{},

@@ -155,7 +155,2 @@ import * as __WEBPACK_EXTERNAL_MODULE_zustand_vanilla_8a8e4ffb__ from "zustand/vanilla";

});
},
setNoStyle: (noStyle)=>{
set({
noStyle
});
}

@@ -162,0 +157,0 @@ }));

@@ -60,4 +60,2 @@ /**

translationConfig: TranslationConfig;
/** Whether to disable all default styling */
noStyle?: boolean;
/**

@@ -68,7 +66,2 @@ * Updates the translation configuration.

setTranslationConfig: (config: TranslationConfig) => void;
/**
* Updates the noStyle setting.
* @param noStyle - Whether to disable default styling
*/
setNoStyle: (noStyle: boolean) => void;
/** Whether to include non-displayed consents in operations */

@@ -75,0 +68,0 @@ includeNonDisplayedConsents: boolean;

4

package.json
{
"name": "c15t",
"version": "0.0.1-rc.5",
"version": "0.0.1-rc.6",
"type": "module",

@@ -17,3 +17,3 @@ "main": "dist/index.cjs",

"devDependencies": {
"happy-dom": "^17.1.0",
"happy-dom": "^17.1.4",
"@c15t/typescript-config": "0.0.1-beta.1"

@@ -20,0 +20,0 @@ },

<div align="center">
<img src="https://koroflow.com/logo-icon.png" alt="Koroflow Logo" width="64" height="64" />
<img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" />
<h1>c15t</h1>
<p>Transform privacy consent from a compliance checkbox into a fully observable system</p>
[![GitHub stars](https://img.shields.io/github/stars/consent-management?style=flat-square)](https://github.com/koroflow/consent-management)
[![CI](https://img.shields.io/github/actions/workflow/status/koroflow/consent-management/ci.yml?style=flat-square)](https://github.com/koroflow/consent-management/actions/workflows/ci.yml)
[![GitHub stars](https://img.shields.io/github/stars/consent-management?style=flat-square)](https://github.com/c15t/c15t)
[![CI](https://img.shields.io/github/actions/workflow/status/c15t/c15t/ci.yml?style=flat-square)](https://github.com/c15t/c15t/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
[![Discord](https://img.shields.io/discord/1312171102268690493?style=flat-square)](https://discord.gg/koroflow)
[![Discord](https://img.shields.io/discord/1312171102268690493?style=flat-square)](https://c15t.com/discord)
</div>

@@ -28,2 +28,2 @@

[GNU General Public License v3.0](https://github.com/koroflow/consent-management/blob/main/LICENSE)
[GNU General Public License v3.0](https://github.com/c15t/c15t/blob/main/LICENSE)

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