
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
optimizely-sync
Advanced tools
This project provides a command line interface for pushing and pulling code to optimizely via the command line. This is especially useful for proper version control and peer review of A/B testing code that gets launched through Optimizely.
This project is forked from Optimizely-CLI, a command line tool that lets developers build Optimizely experiments faster. The package was originally developed by the folks at FunnelEnvy who found that (being stubborn engineers) they were more comfortable using our source editors and Git to develop locally - and this had a significant positive impact on their test velocity.
Optimizely Sync leaves in features from Optimizely-CLI, including a command line executable that also integrates with either the Tampermonkey (Google Chrome) or Greasemonkey (Firefox) extensions for local development / preview and the Optimizely API for publishing tests.
For more info on FunnelEnvy's Optimizely-CLI, check out their Optimizely-CLI page.
npm install -g optimizely-sync
This will install the optimizely executable on your system.
You'll need to have node.js installed locally to run optimizely and either the Tampermonkey or Greasemonkey extensions to view variations locally.
optimizely
View available commands
optimizely clone [project_id]
Initializes a new Optimizely project locally duplicating what Optimizely has.
optimizely pull [<experiment>|<experiment> <variation>]
Pulls changes from optimizely to the specified variation, experiment (all variations), or all experiments within the project.
Experiment and Variation specific pulling is NOT IMPLEMENTED yet
optimizely push [<experiment>|<experiment> <variation>]
Pushes changes from your local file system to Optimizely following the same rules as optimizely pull
Experiment and Variation specific pushing is NOT IMPLEMENTED yet
optimizely new-experiment <experiment> <description>
NOT IMPLEMENTED Checks to see if this experiment exists in Optimizely and pulls it into your working tree (where appropriate), otherwise creates a new experiment to be pushed later.
optimizely new-variation <experiment> <variation-number> <description>
NOT IMPLEMENTED Checks to see if this variation exists in the specified experiement in Optimizely and pulls it into your working tree (where appropriate), otherwise creates a new variation to be pushed later.
optimizely host [options] <path> [port]
Host a variation locally. Point your browser at http(s)://localhost:8080 (default port) for usage info.
Please see CONTRIBUTING.md.
Code copyright 2015 Celerius Group Inc. Modifications are copyright 2015 Retail Convergence Inc.
All other registered trademarks or trademarks are property of their respective owners.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
A command line application to sync code with Optimizely
The npm package optimizely-sync receives a total of 8 weekly downloads. As such, optimizely-sync popularity was classified as not popular.
We found that optimizely-sync demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.