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

@barchart/marketdata-api-js

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/marketdata-api-js - npm Package Compare versions

Comparing version 3.1.18 to 3.1.19

example/browser/example.css

2

bower.json
{
"name": "barchart-marketdata-api",
"version": "3.1.17",
"version": "3.1.18",
"homepage": "https://github.com/barchart/marketdata-api-js",

@@ -5,0 +5,0 @@ "description": "Barchart Market Data API for JavaScript",

@@ -86,10 +86,8 @@ var gulp = require('gulp');

gulp.task('build-browser', function() {
return browserify('./lib/index.js', { standalone: 'Barchart.RealtimeData' }).bundle()
.pipe(source('barchart-marketdata-api-' + getVersionForComponent() + '.js'))
.pipe(buffer())
.pipe(gulp.dest('./dist'))
.pipe(uglify())
.pipe(rename('barchart-marketdata-api-' + getVersionForComponent() + '-min.js'))
.pipe(gulp.dest('dist/'));
gulp.task('build-example-bundle', function () {
return browserify(['./lib/index.js', './example/browser/js/startup.js'])
.bundle()
.pipe(source('example.js'))
.pipe(buffer())
.pipe(gulp.dest('./example/browser/'));
});

@@ -106,3 +104,3 @@

gulp.task('build', [ 'build-browser' ]);
gulp.task('build', [ 'build-example-bundle' ]);

@@ -109,0 +107,0 @@ gulp.task('execute-browser-tests', function () {

@@ -20,4 +20,4 @@ const connection = require('./connection/index'),

version: '3.1.18'
version: '3.1.19'
};
})();
{
"name": "@barchart/marketdata-api-js",
"version": "3.1.18",
"version": "3.1.19",
"description": "Barchart client library for streaming market data from JERQ servers using JavaScript",

@@ -5,0 +5,0 @@ "author": {

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

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