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

@transcend-io/cli

Package Overview
Dependencies
Maintainers
7
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/cli - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

build/graphql/gqls/dataPoint.js

@@ -22,4 +22,2 @@ "use strict";

name
purpose
category
actionSettings {

@@ -26,0 +24,0 @@ type

@@ -78,4 +78,2 @@ "use strict";

key: dataPoint.name,
purpose: dataPoint.purpose,
category: dataPoint.category,
...(dataPoint.dbIntegrationQueries.length > 0

@@ -82,0 +80,0 @@ ? {

@@ -5,3 +5,3 @@ import { DataCategoryInput, DataSiloInput, ProcessingPurposeInput } from '../codecs';

import { ApiKey } from './fetchApiKeys';
import { DataCategoryType, ProcessingPurpose, RequestActionObjectResolver } from '@transcend-io/privacy-types';
import { RequestActionObjectResolver } from '@transcend-io/privacy-types';
export interface DataSilo {

@@ -55,6 +55,2 @@ /** ID of dataSilo */

name: string;
/** Purpose */
purpose: ProcessingPurpose;
/** Category */
category: DataCategoryType;
/** Global actions */

@@ -61,0 +57,0 @@ actionSettings: {

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Small package containing useful typescript utilities.",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/transcend-io/cli",

@@ -8,0 +8,0 @@ "repository": {

@@ -155,4 +155,2 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

key: users
purpose: ESSENTIAL
category: USER_PROFILE
privacy-actions:

@@ -159,0 +157,0 @@ - ACCESS

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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