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

confetti

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confetti - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.1.4 - 2021-06-18
- Add `contrastColor` to event model samples and remove `colors`
# 1.1.3 - 2021-05-24

@@ -2,0 +6,0 @@

20

package.json
{
"name": "confetti",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Node wrapper for the Confetti API.",

@@ -26,16 +26,16 @@ "main": "src/index.js",

"devDependencies": {
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"fetch-mock": "^9.10.7",
"mocha": "^8.1.3",
"prettier": "^2.1.2",
"sinon": "^9.2.0",
"sinon-chai": "^3.5.0"
"fetch-mock": "^9.11.0",
"mocha": "^8.4.0",
"prettier": "^2.3.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.6.0"
},
"dependencies": {
"dotenv": "^8.2.0",
"dotenv": "^8.6.0",
"node-fetch": "^2.6.1",
"qs": "^6.9.4",
"yayson": "^2.0.10-quickfix"
"qs": "^6.10.1",
"yayson": "^2.1.0"
}
}

@@ -22,3 +22,3 @@ module.exports = {

primaryColor: '#00DB7D',
colors: {},
contrastColor: '#ffaa99',
waitlist: true,

@@ -25,0 +25,0 @@ location: { url: 'http://www.google.com/maps?q=undefined' },

@@ -26,3 +26,3 @@ module.exports = {

primaryColor: '#00DB7D',
colors: {},
contrastColor: '#ffaa99',
waitlist: true,

@@ -29,0 +29,0 @@ location: {

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