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

@getluko/mobile-release-process

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getluko/mobile-release-process - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

build/jest.config.js

22

package.json
{
"name": "@getluko/mobile-release-process",
"version": "0.0.2",
"version": "0.0.3",
"author": "luko",
"description": "Scripts to automate git flow used by mobile team to release",
"main": "build/index.js",
"main": "build/src/index.js",
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

"bin": {
"mobile-release-process": "bin/cli"
"mobile-release-process": "./build/src/cli.js"
},

@@ -20,4 +20,4 @@ "scripts": {

"prettier": "prettier --write 'src/**/*.ts'",
"build": "tsc --build --force",
"play": "./bin/cli"
"build": "rimraf ./build && tsc --build --force",
"mobile-release-process": "./build/src/cli.js"
},

@@ -30,3 +30,8 @@ "keywords": [],

"listr": "^0.14.3",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.4.0",
"lodash.isnil": "^4.0.0",
"lodash.isstring": "^4.0.1",
"lodash.overevery": "^4.7.0"
},

@@ -40,2 +45,7 @@ "devDependencies": {

"@types/lodash": "^4.14.182",
"@types/lodash.isarray": "^4.0.7",
"@types/lodash.isempty": "^4.4.7",
"@types/lodash.isnil": "^4.0.7",
"@types/lodash.isstring": "^4.0.7",
"@types/lodash.overevery": "^4.7.7",
"@types/node": "^17.0.21",

@@ -42,0 +52,0 @@ "@typescript-eslint/eslint-plugin": "^5.15.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