Socket
Socket
Sign inDemoInstall

@4c/build

Package Overview
Dependencies
298
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [4.0.0](https://github.com/4Catalyzer/cli/compare/@4c/build@3.0.0...@4c/build@4.0.0) (2022-08-19)
### Features
* upgrade dependencies: svgo, chalk, etc ([#342](https://github.com/4Catalyzer/cli/issues/342)) ([82f3317](https://github.com/4Catalyzer/cli/commit/82f3317a81dc3db9c829d294bb256661a328fe41))
### BREAKING CHANGES
* SVGO upgraded to v2, which requires a compatible config file
# [3.0.0](https://github.com/4Catalyzer/cli/compare/@4c/build@2.3.2...@4c/build@3.0.0) (2021-09-17)

@@ -8,0 +24,0 @@

2

command.js

@@ -7,3 +7,3 @@ import { createRequire } from 'module';

import { getPackages } from '@manypkg/get-packages';
import execa from 'execa';
import { execa } from 'execa';
import fsExtra from 'fs-extra';

@@ -10,0 +10,0 @@ import Listr from 'listr';

{
"name": "@4c/build",
"version": "3.0.0",
"version": "4.0.0",
"homepage": "https://github.com/4Catalyzer/cli/tree/master/packages/build",

@@ -30,11 +30,11 @@ "bugs": {

"dependencies": {
"@4c/cli-core": "^3.0.0",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@manypkg/get-packages": "^1.1.1",
"@4c/cli-core": "^4.0.0",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@manypkg/get-packages": "^1.1.3",
"cpy": "^8.1.2",
"execa": "^5.1.1",
"execa": "^6.0.0",
"fs-extra": "^10.0.0",
"listr": "^0.14.3",
"typescript": "^4.4.3"
"typescript": "^4.5.3"
},

@@ -44,3 +44,3 @@ "publishConfig": {

},
"gitHead": "39128f0407abab61238107e61c3b2d58ad920936"
"gitHead": "ed695a66fdc73954eb859c786824559b634baf15"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc