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

@webiny/handler-args

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/handler-args - npm Package Compare versions

Comparing version 5.0.0-beta.4 to 5.0.0-beta.5

14

package.json
{
"name": "@webiny/handler-args",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"main": "index.js",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@babel/runtime": "7.12.5"
"@babel/runtime": "7.13.9"
},

@@ -24,3 +24,5 @@ "devDependencies": {

"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.8.3"
"@babel/preset-typescript": "^7.8.3",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},

@@ -32,7 +34,7 @@ "publishConfig": {

"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",
"build": "rimraf ./dist '*.tsbuildinfo' && babel src -d dist --source-maps --copy-files --extensions \".ts,.tsx\" && yarn postbuild",
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts,.tsx\" --watch",
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json"
},
"gitHead": "793169ce35d4848531ed897e91d26be631b78ee6"
"gitHead": "eff726459e34a3033d158949eae44a1b36d6bb7c"
}
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