Socket
Socket
Sign inDemoInstall

yubigen

Package Overview
Dependencies
48
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

.travis.yml

2

package.json
{
"name": "yubigen",
"version": "0.3.3",
"version": "0.3.4",
"description": "Node Thumbnail generation without limits",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,2 +6,3 @@ # YUBIGEN

![npm](https://img.shields.io/npm/dt/yubigen.svg)
[![Build Status](https://travis-ci.org/dchan3/yubigen.svg?branch=master)](https://travis-ci.org/dchan3/yubigen)

@@ -8,0 +9,0 @@ ## Prerequisites

@@ -1,2 +0,2 @@

const yubigen = require('yubigen'), fs = require('fs'),
const yubigen = require('../index.js'), fs = require('fs'),
expect = require('chai').expect, assert = require('chai').assert;

@@ -125,3 +125,3 @@

describe('s3Put', function() {
var settings = require('./settings');
var settings = JSON.parse(process.env.SETTINGS);

@@ -128,0 +128,0 @@ it('S3 - URL', function(done) {

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