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.9.1 to 0.9.2

6

package.json
{
"name": "eik-ci-utils",
"version": "0.9.1",
"version": "0.9.2",
"type": "module",

@@ -18,3 +18,7 @@ "bin": {

"drnm": "^0.9.0"
},
"scripts": {
"version": "npm publish",
"postversion": "git push --follow-tags"
}
}

7

util.js

@@ -6,4 +6,7 @@ import eik from '@eik/cli'

const cwd = process.cwd()
const pkgPath = path.join(cwd, `package.json`)
export async function getNewEikVersion() {
const config = helpers.configStore.findInDirectory(process.cwd());
const config = helpers.configStore.findInDirectory(cwd);
// This borked when just spreading config in, so I guess we need this verbose thing

@@ -15,4 +18,2 @@ const { name, version, server, map, out, files } = config;

const pkgPath = path.join(process.cwd(), `package.json`)
export function getPkgJson() {

@@ -19,0 +20,0 @@ const _pkg = fs.readFileSync(pkgPath)

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