Socket
Socket
Sign inDemoInstall

@optimizely/ocp-cli

Package Overview
Dependencies
320
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

4

dist/lib/Shards.js

@@ -29,6 +29,6 @@ "use strict";

if (a === 'us') {
return 1;
return -1;
}
if (b === 'us') {
return -1;
return 1;
}

@@ -35,0 +35,0 @@ return a.localeCompare(b);

@@ -1327,3 +1327,3 @@ {

"package": {
"version": "1.1.8",
"version": "1.1.9",
"name": "@optimizely/ocp-cli",

@@ -1330,0 +1330,0 @@ "license": "Apache-2.0",

{
"name": "@optimizely/ocp-cli",
"version": "1.1.8",
"version": "1.1.9",
"description": "Optimizely Connect Platform command line interface",

@@ -5,0 +5,0 @@ "repository": "https://github.com/ZaiusInc/ocp-cli",

@@ -31,7 +31,7 @@ import { AppManifest } from '@zaiusinc/app-sdk';

if (a === 'us') {
return 1;
return -1;
}
if (b === 'us') {
return -1;
return 1;
}

@@ -38,0 +38,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc