Socket
Socket
Sign inDemoInstall

@barchart/events-client-js

Package Overview
Dependencies
16
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

2

gulpfile.js

@@ -178,3 +178,3 @@ const gulp = require('gulp');

gulp.task('lint', () => {
return gulp.src([ './**/*.js', './test/specs/**/*.js', '!./node_modules/**', '!./test/SpecRunner.js', '!./example/browser/example.event.js', '!./example/browser/example.report.js' ])
return gulp.src([ './**/*.js', './test/specs/**/*.js', '!./node_modules/**', '!./test/SpecRunner.js', '!./example/browser/example.event.js', '!./example/browser/example.report.js', '!./docs/**' ])
.pipe(jshint({'esversion': 9}))

@@ -181,0 +181,0 @@ .pipe(jshint.reporter('default'))

@@ -5,4 +5,4 @@ module.exports = (() => {

return {
version: '1.5.0'
version: '1.6.0'
};
})();
{
"name": "@barchart/events-client-js",
"version": "1.5.0",
"version": "1.6.0",
"description": "JavaScript library for interfacing with Barchart's Events API",

@@ -20,3 +20,3 @@ "author": {

"@barchart/common-js": "^3.8.0",
"@barchart/events-api-common": "^1.6.0"
"@barchart/events-api-common": "^1.7.0"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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