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

broccoli-node-api

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-node-api - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

6

index.d.ts

@@ -132,2 +132,8 @@ /**

needsCache: boolean;
/**
If true, memoization will not be applied and the build method will always be
called regardless if the inputNodes have changed. Defaults to false.
*/
volatile: boolean;
}

@@ -134,0 +140,0 @@

2

package.json
{
"name": "broccoli-node-api",
"version": "1.4.0",
"version": "1.5.0",
"description": "Broccoli Plugin API Types",

@@ -5,0 +5,0 @@ "repository": "github:broccolijs/broccoli-node-api",

@@ -144,2 +144,3 @@ # `broccoli-node-api`

needsCache: boolean;
volatile: boolean;
}

@@ -146,0 +147,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