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.86 to 0.1.12

9

npm/index.js

@@ -12,8 +12,7 @@ var binwrap = require('binwrap')

urls: {
'linux-x64': root + '/ory_' + version + '_linux_64-bit.tar.gz',
'win32-x64': root + '/ory_' + version + '_windows_64-bit.zip',
'darwin-x64': root + '/ory_' + version + '_macOS_64-bit.tar.gz',
// We do not have an M1 build yet:
'darwin-arm64': root + '/ory_' + version + '_macOS_64-bit.tar.gz'
'linux-x64': root + '/ory_' + version + '-linux_64bit.tar.gz',
'win32-x64': root + '/ory_' + version + '-windows_64bit.zip',
'darwin-x64': root + '/ory_' + version + '-macOS_64bit.tar.gz',
'darwin-arm64': root + '/ory_' + version + '-macOS_arm64.tar.gz'
}
})
{
"version": "0.0.86",
"version": "0.1.12",
"name": "@ory/cli",

@@ -12,4 +12,7 @@ "prettier": "ory-prettier-styles",

"prepare": "binwrap-prepare",
"test": "binwrap-test",
"prepublish": "npm test",
"test": "npm-run-all test:cypress test:binwrap",
"test:cypress": "cypress run",
"test:binwrap": "binwrap-test",
"test:cypress:dev": "cypress open",
"prepublishOnly": "npm run test:binwrap",
"format": "prettier --write ${npm_package_config_prettierTarget}",

@@ -29,2 +32,6 @@ "format:check": "prettier --check ${npm_package_config_prettierTarget}"

"devDependencies": {
"cypress": "^8.7.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.5",
"npm-run-all": "^4.1.5",
"ory-prettier-styles": "1.1.2",

@@ -31,0 +38,0 @@ "prettier": "2.3.2"

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