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

@britannica/cam-utils

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@britannica/cam-utils - npm Package Compare versions

Comparing version 0.0.5 to 1.0.0

.dependabot/config.yml

0

dist/cam-utils.cjs.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import Cookies from 'js-cookie';

@@ -0,0 +0,0 @@ (function (global, factory) {

{
"name": "@britannica/cam-utils",
"version": "0.0.5",
"version": "1.0.0",
"description": "Consumer Account Management (CAM) auth configuration and utilities",

@@ -13,5 +13,6 @@ "repository": "git://github.com/britannica/cam-utils.git",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"prepare-release": "standard-version && prettier --write CHANGELOG.md",
"prepublishOnly": "git pull --rebase && npm run build",
"postpublish": "git push --follow-tags"

@@ -26,6 +27,29 @@ },

"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.0.2"
"husky": "^4.2.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.0.2",
"standard-version": "^7.1.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"standard-version": {
"skip": {
"commit": true
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
}
}
# @britannica/cam-auth
> Consumer Account Management (CAM) auth configuration and utilities

@@ -0,0 +0,0 @@ import resolve from '@rollup/plugin-node-resolve';

@@ -0,0 +0,0 @@ import Cookies from 'js-cookie';

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