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

eii

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eii - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

__tests__/index.test.js

@@ -1,6 +0,6 @@

import Eii from '../dist/lib'
import eii from 'eii'
describe('get file', () => {
it('should run success', async () => {
const test = new Eii({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 628})
const test = new eii({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 628})

@@ -7,0 +7,0 @@ test.start()

@@ -92,7 +92,2 @@ 'use strict';

exports.default = EII;
var test = new EII({ input: '/Users/vai/input.mkv', outDir: process.cwd() + '/example', startSec: 638 });
test.start();
exports.default = EII;

@@ -76,7 +76,2 @@ /* @flow */

}
}
const test = new EII({input: '/Users/vai/input.mkv', outDir:`${process.cwd()}/example`, startSec: 638})
test.start()
}
{
"name": "eii",
"version": "1.0.0",
"version": "1.0.1",
"description": "extract video to gif",

@@ -16,2 +16,3 @@ "main": "./dist/lib/index.js",

"babel-preset-env": "^1.1.4",
"eii": "^1.0.0",
"eslint": "^3.12.2",

@@ -28,2 +29,2 @@ "flow-bin": "^0.37.0",

}
}
}

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