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

@webiny/handler

Package Overview
Dependencies
Maintainers
1
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/handler - npm Package Compare versions

Comparing version 4.5.1 to 4.6.0-beta.0

66

package.json
{
"name": "@webiny/handler",
"version": "4.5.1",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git"
},
"description": "A pluginable function for the cloud.",
"contributors": [
"Pavel Denisjuk <pavel@webiny.com>",
"Sven Al Hamad <sven@webiny.com>",
"Adrian Smijulj <adrian@webiny.com>"
],
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/plugins": "^4.5.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"",
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch",
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json"
},
"gitHead": "203e376b17cf19685f73f9bb01e9756118d08192"
"name": "@webiny/handler",
"version": "4.6.0-beta.0",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git"
},
"description": "A pluginable function for the cloud.",
"contributors": [
"Pavel Denisjuk <pavel@webiny.com>",
"Sven Al Hamad <sven@webiny.com>",
"Adrian Smijulj <adrian@webiny.com>"
],
"dependencies": {
"@babel/runtime": "7.10.5",
"@webiny/plugins": "^4.6.0-beta.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"",
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch",
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json"
},
"gitHead": "5cc94a7de9c1377cf48959b2d32d60ed3d678202"
}
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