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

browserify-adventure

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-adventure - npm Package Compare versions

Comparing version 1.7.6 to 1.7.7

5

package.json
{
"name": "browserify-adventure",
"version": "1.7.6",
"version": "1.7.7",
"description": "learn browserify with this educational adventure",

@@ -20,3 +20,4 @@ "main": "index.js",

"ever": "~0.0.3",
"colornames": "~0.0.2"
"colornames": "~0.0.2",
"split2": "^2.1.0"
},

@@ -23,0 +24,0 @@ "devDependencies": {

2

problems/writing_transforms/problem.txt

@@ -44,3 +44,3 @@ Building upon the previous "using transforms" section, write a custom

run your previous solution to the previous "using transforms" level or if
you are feeling adventurous, you can string together the `split`,
you are feeling adventurous, you can string together `split2`,
`quote-stream`, and `through2` modules with `stream-combiner2` to build a

@@ -47,0 +47,0 @@ transform that processes the files in-place.

var through = require('through2');
var split = require('split');
var split = require('split2');
var sprintf = require('sprintf');

@@ -4,0 +4,0 @@ var quote = require('quote-stream');

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