Socket
Socket
Sign inDemoInstall

@architect/cli

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/cli - npm Package Compare versions

Comparing version 6.0.24 to 6.0.25

.nyc_output/1c65c560-06d8-4899-9e7d-58eac861e3af.json

19

package.json
{
"name": "@architect/cli",
"version": "6.0.24",
"version": "6.0.25",
"description": "A global cli tool for quickly building serverless apps with Architect",

@@ -10,6 +10,7 @@ "main": "index.js",

"scripts": {
"test": "npm run lint && npm run test:unit",
"test:unit": "tape test/*-test.js | tap-spec",
"test": "npm run lint && npm run test:integration && npm run coverage",
"test:unit": "tape test/unit/*-test.js test/unit/**/*-test.js test/unit/**/**/*-test.js| tap-spec",
"test:integration": "tape test/integration/*-test.js | tap-spec",
"lint": "eslint . --fix",
"coverage": "istanbul cover tape test/*-test.js",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test:unit",
"build": "pkg index.js && npm run tidy",

@@ -37,17 +38,19 @@ "tidy": "rm -rf dist && mkdir dist && mv index-linux dist/arc-linux && mv index-macos dist/arc && mv index-win.exe dist/arc.exe"

"@architect/data": "^2.1.0",
"@architect/deploy": "^1.0.9",
"@architect/deploy": "^1.0.13",
"@architect/env": "^1.0.0",
"@architect/hydrate": "^1.2.3",
"@architect/logs": "^1.0.0",
"@architect/package": "^1.0.34",
"@architect/package": "^1.0.35",
"@architect/repl": "^1.0.0",
"@architect/sandbox": "^1.2.5",
"@architect/utils": "^1.2.2",
"aws-sdk": "^2.496.0",
"aws-sdk": "^2.497.0",
"chalk": "^2.4.2"
},
"devDependencies": {
"codecov": "^3.5.0",
"eslint": "^5.16.0",
"istanbul": "^0.4.5",
"nyc": "^14.1.1",
"pkg": "^4.4.0",
"proxyquire": "^2.1.1",
"sinon": "^7.3.2",

@@ -54,0 +57,0 @@ "tap-spec": "^5.0.0",

let hydrate = require('@architect/hydrate')
module.exports = function hydration(/*opts*/) {
hydrate()
module.exports = async function hydration(/*opts*/) {
await hydrate({install:true})
}
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