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

@ikas/app-helpers

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ikas/app-helpers - npm Package Compare versions

Comparing version 1.0.1-alpha.13 to 1.0.1-alpha.14

8

package.json
{
"name": "@ikas/app-helpers",
"version": "1.0.1-alpha.13",
"version": "1.0.1-alpha.14",
"description": "ikas store app helpers",

@@ -24,8 +24,8 @@ "main": "dist/index.js",

"build": "npx tsc",
"version:patch": "yarn build && npm --no-git-tag-version version patch && git add .",
"version:alpha": "yarn build && npm --no-git-tag-version version prerelease --preid=alpha && git add ."
"version:patch": "yarn build && npm --no-git-tag-version version patch && git add package.json",
"version:alpha": "yarn build && npm --no-git-tag-version version prerelease --preid=alpha && git add package.json"
},
"husky": {
"hooks": {
"pre-commit": "git-branch-is development && yarn version:alpha || true"
"pre-commit": "git-branch-is main && (yarn version:patch) || (git-branch-is development && yarn version:alpha)"
}

@@ -32,0 +32,0 @@ },

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