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

iopipe

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iopipe - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

20

package.json
{
"name": "iopipe",
"version": "0.3.1",
"version": "0.4.0",
"description": "IOpipe Lambda Analytics & Tracing Agent",
"main": "index.js",
"main": "dist/iopipe.js",
"scripts": {
"test": "istanbul cover jasmine --captureExceptions"
"test": "istanbul cover jasmine --captureExceptions",
"build": "webpack --progress --profile --colors",
"prepare": "webpack --progress --profile --colors"
},

@@ -13,2 +15,5 @@ "repository": {

},
"files": [
"dist/"
],
"keywords": [

@@ -29,8 +34,2 @@ "serverless",

"homepage": "https://github.com/iopipe/iopipe#readme",
"dependencies": {
"bluebird": "^3.4.6",
"crypto": "0.0.3",
"request": "^2.65.0",
"uuid": "^3.0.1"
},
"devDependencies": {

@@ -42,4 +41,5 @@ "aws-lambda-mock-context": "^3.0.0",

"istanbul": "^0.4.4",
"jasmine": "^2.4.1"
"jasmine": "^2.4.1",
"webpack": "2.6.1"
}
}
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