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

@alwaysmeticulous/cli

Package Overview
Dependencies
Maintainers
4
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/cli - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

20

dist/api/project.api.js

@@ -21,21 +21,1 @@ "use strict";

exports.getProject = getProject;
// export const getRecordingToken: (options: {
// apiToken: string | null | undefined;
// recordingToken: string | null | undefined;
// }) => Promise<string> = async ({
// apiToken,
// recordingToken: recordingToken_,
// }: {
// apiToken: string | null | undefined;
// recordingToken: string | null | undefined;
// }) => {
// if (recordingToken_) {
// return recordingToken_;
// }
// const client = createClient({ apiToken });
// const project = await getProject(client);
// if (!project) {
// return "";
// }
// return project.recordingToken || "";
// };

2

package.json
{
"name": "@alwaysmeticulous/cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "The Meticulous CLI",

@@ -5,0 +5,0 @@ "license": "ISC",

Sorry, the diff of this file is not supported yet

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