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

@randy.tarampi/lwip

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@randy.tarampi/lwip - npm Package Compare versions

Comparing version 0.0.19 to 1.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.0.0](https://github.com/randytarampi/lwip/compare/v0.0.19...v1.0.0) (2020-01-05)
### Features
* Support node@12. ([b1883eb](https://github.com/randytarampi/lwip/commit/b1883eb)), closes [#20](https://github.com/randytarampi/lwip/issues/20)
### BREAKING CHANGES
* Drop support for node@6, but add support for node@12.
## [0.0.19](https://github.com/randytarampi/lwip/compare/v0.0.18...v0.0.19) (2019-03-10)

@@ -2,0 +14,0 @@

25

package.json
{
"name": "@randy.tarampi/lwip",
"description": "Comprehensive, fast, and simple image processing and manipulation",
"version": "0.0.19",
"version": "1.0.0",
"author": {

@@ -12,6 +12,6 @@ "name": "Randy Tarampi",

"dependencies": {
"async": "^2.6.2",
"async": "^3.0.1",
"bindings": "^1.5.0",
"decree": "0.0.6",
"nan": "^2.12.1"
"nan": "^2.13.2"
},

@@ -22,11 +22,11 @@ "devDependencies": {

"coveralls": "^3.0.3",
"eslint": "^5.15.1",
"eslint-plugin-import": "^2.16.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.1",
"mkdirp": "^0.5.1",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"node-cpplint": "^0.4.0",
"nyc": "^13.3.0",
"nyc": "^14.0.0",
"run-script-os": "^1.0.5",
"semantic-release": "^15.13.3",
"semantic-release": "^15.13.9",
"should": "^13.2.3"

@@ -102,5 +102,5 @@ },

"cover:actual": "nyc mocha --opts ./tests/mocha.opts tests",
"cover:collect": "run-script-os",
"cover:collect:darwin:linux": "cat ./coverage/lcov.info | coveralls",
"cover:collect:win32": "type ./coverage/lcov.info | coveralls",
"coveralls": "run-script-os",
"coveralls:darwin:linux": "cat ./coverage/lcov.info | coveralls",
"coveralls:win32": "type ./coverage/lcov.info | coveralls",
"install": "node-gyp rebuild -j 8",

@@ -111,6 +111,5 @@ "lint": "npm run lint:js && npm run lint:cpp",

"pretest": "npm run lint:js",
"test": "mocha --opts ./tests/mocha.opts tests",
"travis": "npm run cover"
"test": "mocha --opts ./tests/mocha.opts tests"
},
"typings": "typings.d.ts"
}

@@ -10,3 +10,2 @@ # Light-weight image processor for NodeJS

[![Maintainability status](https://img.shields.io/codeclimate/maintainability-percentage/randytarampi/lwip.svg?style=flat-square)](https://codeclimate.com/github/randytarampi/lwip/maintainability)
[![Waffle.io board](https://badge.waffle.io/randytarampi/randytarampi.github.io.svg?columns=all&style=flat-square)](https://waffle.io/randytarampi/randytarampi.github.io)
[![Analytics](https://ga-beacon.appspot.com/UA-50921068-1/beacon/github/randytarampi/lwip/?flat&useReferrer)](https://github.com/igrigorik/ga-beacon)

@@ -13,0 +12,0 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/randytarampi/lwip.svg)](https://greenkeeper.io/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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