Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gmod/bbi

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/bbi - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

dist/bufferCache.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.8](https://github.com/GMOD/bbi-js/compare/v1.0.7...v1.0.8) (2019-04-01)
- Fix @babel/runtime in deployed package
- Bugfix to the url argument to the BigWig/BigBed
## [1.0.7](https://github.com/GMOD/bbi-js/compare/v1.0.6...v1.0.7) (2019-04-01)

@@ -2,0 +9,0 @@

4

dist/bbi.js

@@ -54,2 +54,4 @@ "use strict";

var _remoteFile = _interopRequireDefault(require("./remoteFile"));
var _util = require("./util");

@@ -129,3 +131,3 @@

} else if (url) {
this.bbi = new _localFile.default(url);
this.bbi = new _remoteFile.default(url);
} else if (path) {

@@ -132,0 +134,0 @@ this.bbi = new _localFile.default(path);

{
"name": "@gmod/bbi",
"version": "1.0.7",
"version": "1.0.8",
"description": "Parser for BigWig/BigBed files",

@@ -41,2 +41,3 @@ "license": "MIT",

"@babel/polyfill": "^7.4.0",
"@babel/runtime": "^7.4.2",
"@gmod/binary-parser": "^1.3.3",

@@ -58,3 +59,2 @@ "buffer-crc32": "^0.2.13",

"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.4.2",
"@types/jest": "^24.0.11",

@@ -61,0 +61,0 @@ "@types/long": "^4.0.0",

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