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

jspreprocess-brunch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspreprocess-brunch - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "jspreprocess-brunch",
"version": "1.0.1",
"description": "Adds js preprocessor support to js brunch compilations.",
"version": "1.0.2",
"description": "Adds C-style preprocessor directive support to js brunch compilations.",
"main": "./lib/index",

@@ -6,0 +6,0 @@ "scripts": {

@@ -45,3 +45,3 @@ # jspreprocess-brunch

Note the use of parentheses. Unlike C preprocessor directives, those parenthese will be required here for if and elif statements.
Note the use of parentheses. Unlike C preprocessor directives, those parentheses are required for `#BRUNCH_IF` and `#BRUNCH_ELIF` statements.

@@ -57,2 +57,2 @@ The `#BRUNCH_IF` and `#BRUNCH_ELIF` directives also support the OR (||) operator.

* `brunch build -c config_prod`
* `brunch build -c config_debug`
* `brunch build -c config_debug`
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