New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/component-issues

Package Overview
Dependencies
Maintainers
17
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/component-issues - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

package-tar/teambit-component-issues-0.0.55.tgz

2

dist/multiple-envs.js

@@ -9,3 +9,3 @@ "use strict";

this.description = 'multiple envs';
this.solution = 'set the desired env by running "bit env set <component> <env>"';
this.solution = 'set the desired env by running "bit env set <component> <env>", if it doesn\'t work, run "bit aspect unset <component> <unwanted-env-id>". to keep troubleshooting run "bit aspect list <component-id>"';
this.isTagBlocker = true;

@@ -12,0 +12,0 @@ }

@@ -5,3 +5,4 @@ import { ComponentIssue, ISSUE_FORMAT_SPACE } from './component-issue';

description = 'multiple envs';
solution = 'set the desired env by running "bit env set <component> <env>"';
solution =
'set the desired env by running "bit env set <component> <env>", if it doesn\'t work, run "bit aspect unset <component> <unwanted-env-id>". to keep troubleshooting run "bit aspect list <component-id>"';
data: string[]; // env ids

@@ -8,0 +9,0 @@ isTagBlocker = true;

{
"name": "@teambit/component-issues",
"version": "0.0.54",
"version": "0.0.55",
"homepage": "https://bit.dev/teambit/component/component-issues",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "component-issues",
"version": "0.0.54"
"version": "0.0.55"
},

@@ -12,0 +12,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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