Socket
Socket
Sign inDemoInstall

@amida-tech/blue-button-model

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.2 to 1.10.3

5

Gruntfile.js

@@ -63,3 +63,3 @@ /*global module*/

run: {
jest: {
test: {
exec: 'npx jest'

@@ -70,3 +70,4 @@ }

grunt.registerTask('default', ['beautify', 'jshint', 'run']);
grunt.registerTask('default', ['beautify', 'jshint', 'test']);
grunt.registerTask('test', ['run:test']);
grunt.registerTask('beautify', ['jsbeautifier:beautify']);

@@ -73,0 +74,0 @@ grunt.registerTask('commit', ['default']);

6

package.json
{
"name": "@amida-tech/blue-button-model",
"version": "1.10.2",
"version": "1.10.3",
"description": "Blue Button Model Validation",

@@ -41,3 +41,3 @@ "main": "index.js",

"engines": {
"node": ">= 14.19.1"
"node": ">= 14.19.3"
},

@@ -49,3 +49,3 @@ "dependencies": {

"devDependencies": {
"grunt": "^1.5.2",
"grunt": "^1.5.3",
"grunt-contrib-connect": "^3.0.0",

@@ -52,0 +52,0 @@ "grunt-contrib-jshint": "^3.2.0",

@@ -36,4 +36,4 @@ Blue Button Model

var fs = require('fs');
var bb = require('blue-button');
bar bbm = require('blue-button-model');
var bb = require('@amida-tech/blue-button');
bar bbm = require('@amida-tech/blue-button-model');

@@ -40,0 +40,0 @@ var xmlString = fs.readFileSync('CCD_1.xml', 'utf-8');

# blue-button-model Release Notes
## v1.10.3 - May 31, 2022
- Patch Update: GHSA-rm36-94g8-835r - Race Condition in Grunt
## v1.10.2 - April 18, 2022

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc