Socket
Socket
Sign inDemoInstall

bundler.macro

Package Overview
Dependencies
184
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

8

CHANGELOG.md
# bundler.macro
## 0.1.1
> 2021-02-02
### Patch Changes
- 3985736: Prefer node `builtins` for the `rollupBundle`.
## 0.1.0

@@ -4,0 +12,0 @@

3

dist/bundler.macro.cjs.dev.js

@@ -269,3 +269,4 @@ 'use strict';

extensions,
browser: true
browser: true,
preferBuiltins: true
}), process.env.NODE_ENV === 'production' && terser()]

@@ -272,0 +273,0 @@ });

@@ -269,3 +269,4 @@ 'use strict';

extensions,
browser: true
browser: true,
preferBuiltins: true
}), terser()]

@@ -272,0 +273,0 @@ });

{
"name": "bundler.macro",
"version": "0.1.0",
"version": "0.1.1",
"description": "Bundle local JavaScript and TypeScript files with parcel.js. ",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc