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

broccoli

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

4

CHANGELOG.md
# master
# 0.15.0
* Print deprecation warnings for plugins only providing old `.read` API
# 0.14.0

@@ -4,0 +8,0 @@

@@ -144,2 +144,12 @@ var path = require('path')

} else {
if (typeof tree.read === 'function' &&
!tree.suppressDeprecationWarning) {
if (!this.printedWarningIntro) {
console.warn('[API] Note: Upcoming API change: https://github.com/broccolijs/broccoli/blob/master/docs/new-rebuild-api.md')
console.warn('[API] Note: Plugins only providing old `.read` API will stop working in Broccoli 0.16')
this.printedWarningIntro = true
}
console.warn('[API] Warning: Plugin only provides old `.read` API: ' + getDescription(tree))
tree.suppressDeprecationWarning = true
}
return tree

@@ -146,0 +156,0 @@ }

2

package.json
{
"name": "broccoli",
"description": "Fast client-side asset builder",
"version": "0.14.0",
"version": "0.15.0",
"author": "Jo Liss <joliss42@gmail.com>",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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