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

@weahead/consent-manager

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weahead/consent-manager - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

components/Buttons/Button/OpenModal/style.css

1

index.d.ts
import type { PropsWithChildren } from "react";
declare function ConsentManager({ children }: PropsWithChildren<{}>): JSX.Element;
declare namespace ConsentManager {
var Modal: typeof import("./components/Modal").default;
var OpenModalButton: typeof import("./components/Buttons/Button/OpenModal").default;
}
export default ConsentManager;

@@ -9,2 +9,3 @@ "use strict";

var Context_1 = __importDefault(require("./contexts/Context"));
var Modal_1 = __importDefault(require("./components/Modal"));
var OpenModal_1 = __importDefault(require("./components/Buttons/Button/OpenModal"));

@@ -17,2 +18,3 @@ function ConsentManager(_a) {

exports["default"] = ConsentManager;
ConsentManager.Modal = Modal_1["default"];
ConsentManager.OpenModalButton = OpenModal_1["default"];

6

package.json
{
"name": "@weahead/consent-manager",
"version": "1.0.1",
"version": "1.0.2",
"author": "Weahead AB <alla@weahead.se>",

@@ -9,3 +9,4 @@ "main": "index.js",

"build": "tsc",
"pack": "cp ./package.json ./dist/package.json && npm pack ./dist",
"copy-css": "copyfiles -u 1 src/**/*.css ./dist/",
"pack": "cp ./package.json ./dist/package.json && npm pack ./dist && npm run copy-css",
"prepublish-package": "npm run build && cp ./package.json ./dist/ && cp ./README.md ./dist/",

@@ -51,2 +52,3 @@ "dry-publish": "npm run prepublish-package && npm publish ./dist --access public --dry-run",

"commitizen": "^4.2.4",
"copyfiles": "2.4.1",
"cz-conventional-changelog": "^3.3.0",

@@ -53,0 +55,0 @@ "husky": "^7.0.4",

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