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

@coex/graphql-vercajk

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coex/graphql-vercajk - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

2

helpers/file.js

@@ -43,3 +43,3 @@ import { existsSync, mkdirSync, writeFileSync } from 'fs';

export const enum ${input.fileName} {
export enum ${input.fileName} {
${input.data.join(',\n ')}

@@ -46,0 +46,0 @@ }

{
"name": "@coex/graphql-vercajk",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Collection of graphql tools",

@@ -11,2 +11,3 @@ "bin": {

"test": "vitest",
"npm:publish:beta": "rm -rf dist && yarn build && cd dist && npm publish --tag beta --access=public",
"postversion": "git push && git push --follow-tags",

@@ -13,0 +14,0 @@ "demo": "tsx src",

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