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

sculpt

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sculpt - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

21

index.js

@@ -6,9 +6,14 @@ // Copyright 2014. A Medium Corporation

*/
var fs = require('fs')
var path = require('path')
var libPath = path.join(__dirname, 'lib')
fs.readdirSync(libPath).forEach(function (lib) {
var name = lib.replace('.js', '')
exports[name] = require(path.join(libPath, name))
})
module.exports = {
append : require('./lib/append'),
byteLength : require('./lib/byteLength'),
filter : require('./lib/filter'),
fork : require('./lib/fork'),
invoke : require('./lib/invoke'),
join : require('./lib/join'),
map : require('./lib/map'),
prepend : require('./lib/prepend'),
replace : require('./lib/replace'),
split : require('./lib/split'),
tap : require('./lib/tap')
};
{
"name": "sculpt",
"version": "0.1.4",
"version": "0.1.5",
"description": "Generate Node 0.10-friendly transform streams to manipulate other streams.",

@@ -5,0 +5,0 @@ "main": "index.js",

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