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

content-entry

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-entry - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

8

dist/entry.js

@@ -101,2 +101,6 @@ 'use strict';

class EmptyStream extends stream.Readable {
_read() {}
}
/**

@@ -113,2 +117,6 @@ * represents a entry without content (content length = 0)

}
async getReadStream() {
return new EmptyStream();
}
}

@@ -115,0 +123,0 @@

2

package.json
{
"name": "content-entry",
"version": "1.4.1",
"version": "1.4.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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