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

tilelive

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tilelive - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

lib/tilelive/batch.js

@@ -104,3 +104,4 @@ var _ = require('underscore'),

var next = this;
storage.pool(batch.options.filepath).create(function(res) {
storage.pool(batch.options.filepath).create(function(err, res) {
if (err) return next(err);
resource = res;

@@ -107,0 +108,0 @@ next();

@@ -37,3 +37,3 @@ {

},
"version" : "3.0.0",
"version" : "3.0.1",
"scripts": {

@@ -40,0 +40,0 @@ "pretest": "npm install --dev",

Sorry, the diff of this file is not supported yet

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