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

@ambitiondev/cookiebot-common

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambitiondev/cookiebot-common - npm Package Compare versions

Comparing version

to
3.1.4-alpha.1

./dist/index.esm.js

11

package.json
{
"name": "@ambitiondev/cookiebot-common",
"version": "3.1.4-alpha.0",
"version": "3.1.4-alpha.1",
"author": {

@@ -30,4 +30,3 @@ "email": "info@ambitiondev.io",

"license": "MIT",
"main": "dist/index.cjs.js",
"module": "./dist/index.esm.js",
"main": "./dist/index.esm.js",
"peerDependencies": {

@@ -41,5 +40,4 @@ "vue": ">=3.1.0"

"scripts": {
"build": "npm run clean && npm run compile && npm run bundle",
"build": "npm run compile && npm run bundle",
"bundle": "rollup --config rollup.config.mjs",
"clean": "node ./.scripts/clean.js",
"compile": "tsc -p .",

@@ -53,3 +51,4 @@ "lint": "eslint src",

"types": "dist/types/index.d.ts",
"gitHead": "abea2449e1d6f071f96f26f25eded8b1426f155d"
"type": "module",
"gitHead": "c8272fbc53c7b4fada9b9e715d71af0527d0292b"
}