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

magpie-base

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magpie-base - npm Package Versions

2345

3.6.8

Diff

marcelklehr
published 3.6.7 •

marcelklehr
published 3.6.6 •

marcelklehr
published 3.6.5 •

marcelklehr
published 3.6.4 •

marcelklehr
published 3.6.3 •

marcelklehr
published 3.6.2 •

Changelog

Source

[3.6.2] - 2024-03-17

Fixed

  • fix(deploy-to-gh-pages.yml): Add max-parallel declaration to strategy

How to update existing projects

$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install magpie-base@3.6.x
  • Also make sure to update the Github Actions workflow file at .github/workflows/deploy-to-gh-pages.yml with this change: https://github.com/magpie-ea/magpie-base/commit/c785e5e05f132f3fccc1fa766eab48b797d5cdf2
marcelklehr
published 3.6.1 •

Changelog

Source

[3.6.1] - 2023-08-06

Fixed

  • Pin prettier dependency to v2.x for now to avoid build errors

How to update existing projects

$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install magpie-base@3.6.x
marcelklehr
published 3.6.0 •

Changelog

Source

[3.6.0] - 2023-06-01

New

  • Upgrade to webpack v5 and support Node v18

How to update existing projects

$ cd your-project
$ npm uninstall babel-eslint eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-vue prettier stylelint @samhammer/vue-cli-plugin-stylelint @vue/cli-plugin-eslint stylelint-config-standard
$ sed -i 's#"node": ".*"#"node": "14.x || 16.x || 18.x"#' package.json # Or if this doesn't work, replace the engines -> node value in your package.json with "14.x || 16.x || 18.x"
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install magpie-base@3.6.x

Read more on maintaining npm dependencies.

marcelklehr
published 3.6.0-beta.1 •

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