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

astro-compressor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-compressor - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## v0.1.1
> 2022-08-27
## Summary
Quick bugfix release for a strat `console.log` that was left accidentally.
### Commits
- [[`375745f`](https://github.com/sondr3/astro-compressor)] Release v0.1.1
## v0.1.0

@@ -2,0 +14,0 @@

1

dist/compress.js

@@ -14,3 +14,2 @@ import { globby } from "globby";

for (const file of files) {
console.log(file);
const source = createReadStream(file);

@@ -17,0 +16,0 @@ const destination = createWriteStream(`${file}.gz`);

{
"name": "astro-compressor",
"version": "0.1.0",
"version": "0.1.1",
"description": "A gzip and brotli compressor for Astro",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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