Socket
Socket
Sign inDemoInstall

eval-stream

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-rc1 to 0.1.0

3

package.json
{
"name": "eval-stream",
"version": "0.1.0-rc1",
"version": "0.1.0",
"description": "Evaluate streams of JavaScript code in a given context",
"license": "MIT",
"keywords": [ "eval", "stream" ],
"repository": {

@@ -7,0 +8,0 @@ "type": "git",

@@ -11,3 +11,4 @@ # eval-stream

```js
var PassThrough = require('stream').PassThrough || require('readable-stream/passthrough');;
var PassThrough = require('stream').PassThrough ||
require('readable-stream/passthrough');
var assert = require('assert');

@@ -14,0 +15,0 @@

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