New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@userfrosting/gulp-bundle-assets

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userfrosting/gulp-bundle-assets - npm Package Compare versions

Comparing version 4.0.0-alpha.3 to 4.0.0-rc.0

2

CHANGELOG.md

@@ -10,2 +10,4 @@ # Changelog

## [4.0.0-rc.0] - 2020-02-21
## [4.0.0-alpha.3] - 2020-02-20

@@ -12,0 +14,0 @@

6

dist/bundle.js

@@ -59,6 +59,7 @@ import Vinyl from "vinyl";

// Perform bundling, and collect results
this.logger.info("Creating bundle stream", {
this.logger.trace("Creating bundle stream", {
bundleName: this.name,
inFiles: this.initialPaths,
});
this.logger.info("Started bundling", { bundleName: this.name });
const chunks = await getStream.array(this.streamFactory(intoStream.object(orderedFiles), this.name));

@@ -76,3 +77,4 @@ // Verify results are all Vinyl instances

// Perform bundling, and collect results
this.logger.info("Bundle stream completed", { bundleName: this.name });
this.logger.trace("Bundle stream completed", { bundleName: this.name });
this.logger.info("Finished bundling", { bundleName: this.name });
return chunks;

@@ -79,0 +81,0 @@ }

{
"name": "@userfrosting/gulp-bundle-assets",
"version": "4.0.0-alpha.3",
"version": "4.0.0-rc.0",
"description": "Orchastrates JS and CSS bundle creation in an efficient and configurable manner.",

@@ -5,0 +5,0 @@ "funding": "https://opencollective.com/userfrosting",

@@ -5,4 +5,4 @@ # [gulp](https://github.com/gulpjs/gulp)-bundle-assets

| ------ | ------ |
| master | [![Continuous Integration](https://github.com/userfrosting/gulp-uf-bundle-assets/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/userfrosting/gulp-uf-bundle-assets/actions) [![codecov](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/master/graph/badge.svg)](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/master) |
| develop | [![Continuous Integration](https://github.com/userfrosting/gulp-uf-bundle-assets/workflows/Continuous%20Integration/badge.svg?branch=develop)](https://github.com/userfrosting/gulp-uf-bundle-assets/actions) [![codecov](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/develop/graph/badge.svg)](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/develop) |
| master | [![Continuous Integration](https://github.com/userfrosting/gulp-uf-bundle-assets/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/userfrosting/gulp-uf-bundle-assets/actions?query=branch:master+workflow:"Continuous+Integration") [![codecov](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/master/graph/badge.svg)](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/master) |
| develop | [![Continuous Integration](https://github.com/userfrosting/gulp-uf-bundle-assets/workflows/Continuous%20Integration/badge.svg?branch=develop)](https://github.com/userfrosting/gulp-uf-bundle-assets/actions?query=branch:develop+workflow:"Continuous+Integration") [![codecov](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/develop/graph/badge.svg)](https://codecov.io/gh/userfrosting/gulp-uf-bundle-assets/branch/develop) |

@@ -9,0 +9,0 @@ Orchastrates JS and CSS bundle creation in an efficient and configurable manner.

Sorry, the diff of this file is not supported yet

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