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

wootils

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wootils - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

61

package.json
{
"name": "wootils",
"version": "1.3.0",
"description": "A set of Javascript utilities for building Node and browser apps.",
"homepage": "https://homer0.github.io/wootils/",
"scripts": {
"hooks": "./utils/hooks/install",
"test": "./utils/scripts/test",
"lint": "./utils/scripts/lint",
"lint:full": "./utils/scripts/lint-full",
"predocs": "./utils/scripts/docs-index",
"docs": "./utils/scripts/docs",
"todo": "./utils/scripts/todo"
},
"version": "1.3.1",
"repository": "homer0/wootils",
"keywords": [],
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"engine-strict": true,
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"main": "src/index.js",
"dependencies": {
"jimple": "1.5.0",
"fs-extra": "5.0.0",
"colors": "1.1.2",
"urijs": "1.19.0",
"statuses": "1.4.0"
"fs-extra": "6.0.1",
"colors": "1.3.0",
"urijs": "1.19.1",
"statuses": "1.5.0"
},
"devDependencies": {
"eslint": "4.16.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"jest-ex": "4.0.0",
"jest-cli": "22.1.4",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "13.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"jest-ex": "5.0.0",
"jest-cli": "23.1.0",
"jasmine-expect": "3.8.3",
"babel-preset-env": "1.6.1",
"esdoc": "1.0.4",
"babel-preset-env": "1.7.0",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"esdoc-node": "1.0.3",
"leasot": "4.13.0",
"coveralls": "3.0.0"
"leasot": "6.3.0",
"coveralls": "3.0.1"
},
"engine-strict": true,
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"main": "src/index.js",
"scripts": {
"hooks": "./utils/hooks/install",
"test": "./utils/scripts/test",
"lint": "./utils/scripts/lint",
"lint:full": "./utils/scripts/lint-full",
"predocs": "./utils/scripts/docs-index",
"docs": "./utils/scripts/docs",
"todo": "./utils/scripts/todo"
}
}
# Wootils
[![Travis](https://img.shields.io/travis/homer0/wootils.svg?style=flat-square)](https://travis-ci.org/homer0/wootils)
[![Coveralls github](https://img.shields.io/coveralls/github/homer0/wootils.svg?style=flat-square)](https://coveralls.io/github/homer0/wootils?branch=master)
[![David](https://img.shields.io/david/homer0/wootils.svg?style=flat-square)](https://david-dm.org/homer0/wootils)
[![David](https://img.shields.io/david/dev/homer0/wootils.svg?style=flat-square)](https://david-dm.org/homer0/wootils)
A set of Javascript utilities for building Node and browser apps.

@@ -4,0 +9,0 @@

# Wootils
[![Travis](https://img.shields.io/travis/homer0/wootils.svg?style=flat-square)](https://travis-ci.org/homer0/wootils)
[![Coveralls github](https://img.shields.io/coveralls/github/homer0/wootils.svg?style=flat-square)](https://coveralls.io/github/homer0/wootils?branch=master)
[![David](https://img.shields.io/david/homer0/wootils.svg?style=flat-square)](https://david-dm.org/homer0/wootils)
[![David](https://img.shields.io/david/dev/homer0/wootils.svg?style=flat-square)](https://david-dm.org/homer0/wootils)
A set of Javascript utilities for building Node and browser apps.

@@ -4,0 +9,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