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

@adonisjs/sink

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/sink - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.10"></a>
## [1.0.10](https://github.com/adonisjs/adonis-sink/compare/v1.0.9...v1.0.10) (2017-08-01)
### Bug Fixes
* **logger:** rename warn to warning ([4106d54](https://github.com/adonisjs/adonis-sink/commit/4106d54))
<a name="1.0.9"></a>

@@ -2,0 +12,0 @@ ## [1.0.9](https://github.com/adonisjs/adonis-sink/compare/v1.0.8...v1.0.9) (2017-06-30)

2

package.json
{
"name": "@adonisjs/sink",
"version": "1.0.9",
"version": "1.0.10",
"description": "Development kitchen sink for writing adonisjs providers",

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

@@ -88,3 +88,3 @@ 'use strict'

*
* @method warn
* @method warning
*

@@ -96,3 +96,3 @@ * @param {String} message

*/
warn (message, ...args) {
warning (message, ...args) {
this._lines.warn.push(util.format(message, ...args))

@@ -99,0 +99,0 @@ }

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