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

data-plumber

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-plumber - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

compare.js

@@ -16,8 +16,8 @@ var jsDiff = require('diff')

// bail after 10 seconds
// bail after 20 seconds
var timeout = setTimeout(function() {
console.error('ERROR: 10 second timeout. Try "run" instead of "verify"!')
console.error('ERROR: 20 second timeout. Try "run" instead of "verify"!')
differ.end()
process.exit(1)
}, 10000)
}, 20000)

@@ -24,0 +24,0 @@ var differ = through(function(ch) {

{
"name": "data-plumber",
"version": "1.0.1",
"version": "1.0.2",
"description": "a nodeschool workshop for learning how to work with data",

@@ -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