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

@serverless/fdk

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/fdk - npm Package Compare versions

Comparing version 0.3.0 to 0.3.2

rollup.config.js

13

package.json
{
"name": "@serverless/fdk",
"version": "0.3.0",
"version": "0.3.2",
"license": "MIT",

@@ -9,6 +9,6 @@ "repository": "https://github.com/serverless/fdk",

"test": "jest --maxWorkers=1",
"test:watch": "jest --watch --maxWorkers=1"
"test:watch": "jest --watch --maxWorkers=1",
"build": "rollup -c"
},
"dependencies": {
"aws-sdk": "^2.6.14",
"isomorphic-fetch": "^2.2.1",

@@ -25,2 +25,9 @@ "ramda": "^0.24.1",

"rimraf": "^2.6.1",
"rollup": "^0.45.2",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"uuid": "^3.1.0"

@@ -27,0 +34,0 @@ },

@@ -9,3 +9,3 @@ const path = require('path')

// eslint-disable-next-line no-undef
jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000
jasmine.DEFAULT_TIMEOUT_INTERVAL = 6000

@@ -37,3 +37,3 @@ const eventGatewayPath = path.join(__dirname, `${process.platform}_amd64`, 'event-gateway')

}),
3000
4000
)

@@ -40,0 +40,0 @@ }),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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