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

@ory/cli

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ory/cli - npm Package Compare versions

Comparing version 0.0.60 to 0.0.63

bin/ory

27

package.json
{
"version": "0.0.60",
"version": "0.0.63",
"name": "@ory/cli",

@@ -8,20 +8,25 @@ "prettier": "ory-prettier-styles",

},
"goBinary": {
"name": "ory",
"path": "./",
"url": "https://github.com/ory/cli/releases/download/v{{version}}/ory_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"main": "npm/index.js",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall",
"install": "binwrap-install",
"prepare": "binwrap-prepare",
"test": "binwrap-test",
"prepublish": "npm test",
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}"
},
"files": [
"npm/index.js",
"bin"
],
"bin": {
"ory": "bin/ory"
},
"dependencies": {
"binwrap": "^0.2.3"
},
"devDependencies": {
"ory-prettier-styles": "1.1.2",
"prettier": "2.3.2"
},
"dependencies": {
"@ory/npm-bin": "^0.2.5"
}
}
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