Socket
Socket
Sign inDemoInstall

magi-cli

Package Overview
Dependencies
175
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0-pre.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [1.2.0-pre.1](https://github.com/vaadin/magi-cli/compare/v1.1.0...v1.2.0-pre.1) (2022-01-11)
* enforce using lockfile in p3-convert ([#158](https://github.com/vaadin/magi-cli/issues/158))
### Features
* allow skipping NPM tagging ([#157](https://github.com/vaadin/magi-cli/issues/157)) ([fca7d38](https://github.com/vaadin/magi-cli/commit/fca7d38cbde3031968cfd227ba03ab24c85ed777))
# [1.1.0](https://github.com/vaadin/magi-cli/compare/v1.0.2...v1.1.0) (2021-11-15)

@@ -2,0 +10,0 @@

16

lib/p3-post.js

@@ -10,11 +10,9 @@ const fixme = `

const tsDefs = `"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@web-padawan/gen-typescript-declarations": "^1.6.2",`;
"generate-typings": "gen-typescript-declarations --outDir . --verify",
"test": "wct --npm"
},
"devDependencies": {
"@web-padawan/gen-typescript-declarations": "^1.6.2",
"web-component-tester": "6.9.2",`;
const resolutions = `"resolutions": {
"es-abstract": "1.17.6",
"@types/doctrine": "0.0.3",`;
module.exports = {

@@ -27,3 +25,2 @@ files: [

'"devDependencies": {',
'"resolutions": {',
"const $_documentContainer = document.createElement('template');",

@@ -35,3 +32,2 @@ "$_documentContainer.innerHTML = `",

tsDefs,
resolutions,
"import { html } from '@polymer/polymer/lib/utils/html-tag.js';",

@@ -38,0 +34,0 @@ "const $_documentContainer = html`",

{
"name": "magi-cli",
"version": "1.1.0",
"version": "1.2.0-pre.1",
"description": "Elements team command-line team member",

@@ -5,0 +5,0 @@ "main": "./bin/magi",

Sorry, the diff of this file is not supported yet

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