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

eik-ci-utils

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eik-ci-utils - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

2

package.json
{
"name": "eik-ci-utils",
"version": "0.10.5",
"version": "0.10.6",
"type": "module",

@@ -5,0 +5,0 @@ "bin": {

@@ -24,4 +24,3 @@ import eik from '@eik/cli'

try {
console.log("TRYING PUBLISH", { token: defaults.token, cwd, ...eikCtx })
const result = await eik.publish({ logger: console, token: defaults.token, cwd, ...eikCtx })
const result = await eik.publish({ logger: console, token: defaults.token || process.env.token, cwd, ...eikCtx })
console.log(`Published ${result.name} version ${result.version}`)

@@ -28,0 +27,0 @@ } catch (err) {

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