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.5 to 0.2.6

4

CHANGELOG.md
# MessageBox Changelog
## 0.2.6
Fix transpiling configuration to support IE11
## 0.2.5

@@ -4,0 +8,0 @@

5

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

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

"main": "./dist/MessageBox.js",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"scripts": {

@@ -26,3 +27,3 @@ "build": "rm -rf dist/** && babel lib --out-dir dist --ignore 'lib/**/*.tests.js'",

"lint:fix": "eslint . --fix || true",
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run lint && npm test && npm run build",
"test": "mocha --require @babel/register --recursive 'lib/**/*.tests.js'",

@@ -29,0 +30,0 @@ "test:watch": "npm test -- --watch"

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