Socket
Socket
Sign inDemoInstall

message-box

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

message-box - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

CHANGELOG.md
# MessageBox Changelog
## 0.2.2
Updated `lodash` dependency to latest version
## 0.2.1
Switched to depending on the full `lodash` package. The individual `lodash` packages are no longer maintained and have security vulnerabilities. Properly configured Webpack should be able to "tree shake" the `lodash` package when building your app, so that only the needed code gets added to your JavaScript bundle.
## 0.2.0
Added `messageBox.clone()` to clone an instance

4

package.json
{
"name": "message-box",
"version": "0.2.1",
"version": "0.2.2",
"description": "A package for defining and getting validation error messages, with support for Meteor Tracker reactivity",

@@ -28,3 +28,3 @@ "author": "Eric Dobbertin <aldeed@gmail.com>",

"dependencies": {
"lodash": "^4.17.11"
"lodash": "^4.17.14"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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