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

@datashaper/schema

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datashaper/schema - npm Package Compare versions

Comparing version 7.0.2 to 8.0.0

10

dist/workflow/bindings.d.ts

@@ -6,3 +6,2 @@ /*!

export declare type PortBinding = string | NamedPortBinding;
export declare type OutputPortBinding = string | NamedOutputPortBinding;
/**

@@ -18,11 +17,2 @@ * An explicit step input binding

/**
* An explicit workflow output
*/
export interface NamedOutputPortBinding extends NamedPortBinding {
/**
* The output table name
*/
name: string;
}
/**
* Single-input, single-output step I/O

@@ -29,0 +19,0 @@ */

3

dist/workflow/WorkflowSchema.d.ts

@@ -6,3 +6,2 @@ /*!

import type { ResourceSchema } from '../datapackage/ResourceSchema.js';
import type { OutputPortBinding } from './bindings.js';
import type { Step } from './Step.js';

@@ -25,3 +24,3 @@ /**

*/
output: Array<OutputPortBinding>;
output: string[];
}

@@ -82,3 +82,2 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

| [Named](./schema.named.md) | Base interface for sharing properties of named resources/objects. |
| [NamedOutputPortBinding](./schema.namedoutputportbinding.md) | An explicit workflow output |
| [NamedPortBinding](./schema.namedportbinding.md) | An explicit step input binding |

@@ -119,3 +118,2 @@ | [OnehotArgs](./schema.onehotargs.md) | |

| [GroupbyArgs](./schema.groupbyargs.md) | |
| [OutputPortBinding](./schema.outputportbinding.md) | |
| [PortBinding](./schema.portbinding.md) | |

@@ -122,0 +120,0 @@ | [RenameArgs](./schema.renameargs.md) | |

@@ -21,4 +21,4 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

| [input?](./schema.workflowschema.input.md) | | string\[\] | <i>(Optional)</i> A list of input names that are expected to be provided in addition to the workflow steps |
| [output](./schema.workflowschema.output.md) | | Array&lt;[OutputPortBinding](./schema.outputportbinding.md)<!-- -->&gt; | The output bindings |
| [output](./schema.workflowschema.output.md) | | string\[\] | The output bindings |
| [steps?](./schema.workflowschema.steps.md) | | [Step](./schema.step.md)<!-- -->\[\] | <i>(Optional)</i> The workflow steps |

@@ -12,3 +12,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. -->

```typescript
output: Array<OutputPortBinding>;
output: string[];
```

@@ -633,9 +633,2 @@ ## API Report File for "@datashaper/schema"

// Warning: (ae-missing-release-tag) "NamedOutputPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public
export interface NamedOutputPortBinding extends NamedPortBinding {
name: string;
}
// Warning: (ae-missing-release-tag) "NamedPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)

@@ -703,7 +696,2 @@ //

// Warning: (ae-missing-release-tag) "OutputPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type OutputPortBinding = string | NamedOutputPortBinding;
// Warning: (ae-missing-release-tag) "ParserOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)

@@ -1152,3 +1140,3 @@ //

input?: string[];
output: Array<OutputPortBinding>;
output: string[];
steps?: Step[];

@@ -1155,0 +1143,0 @@ }

@@ -633,9 +633,2 @@ ## API Report File for "@datashaper/schema"

// Warning: (ae-missing-release-tag) "NamedOutputPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public
export interface NamedOutputPortBinding extends NamedPortBinding {
name: string;
}
// Warning: (ae-missing-release-tag) "NamedPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)

@@ -703,7 +696,2 @@ //

// Warning: (ae-missing-release-tag) "OutputPortBinding" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type OutputPortBinding = string | NamedOutputPortBinding;
// Warning: (ae-missing-release-tag) "ParserOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)

@@ -1152,3 +1140,3 @@ //

input?: string[];
output: Array<OutputPortBinding>;
output: string[];
steps?: Step[];

@@ -1155,0 +1143,0 @@ }

{
"name": "@datashaper/schema",
"version": "7.0.2",
"version": "8.0.0",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,3 +6,2 @@ /*!

export type PortBinding = string | NamedPortBinding
export type OutputPortBinding = string | NamedOutputPortBinding

@@ -20,12 +19,2 @@ /**

/**
* An explicit workflow output
*/
export interface NamedOutputPortBinding extends NamedPortBinding {
/**
* The output table name
*/
name: string
}
/**
* Single-input, single-output step I/O

@@ -32,0 +21,0 @@ */

@@ -6,3 +6,2 @@ /*!

import type { ResourceSchema } from '../datapackage/ResourceSchema.js'
import type { OutputPortBinding } from './bindings.js'
import type { Step } from './Step.js'

@@ -28,3 +27,3 @@

*/
output: Array<OutputPortBinding>
output: string[]
}

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 too big to display

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