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 3.1.1 to 4.0.0

2

dist/workflow/verbs.d.ts

@@ -389,3 +389,3 @@ /*!

*/
map: Record<Value, Value>;
mapping: Record<Value, Value>;
}

@@ -392,0 +392,0 @@ export declare type RenameArgs = InputColumnRecordArgs;

@@ -680,3 +680,3 @@ ## API Report File for "@datashaper/schema"

export interface RecodeArgs extends InputColumnArgs, OutputColumnArgs {
map: Record<Value, Value>;
mapping: Record<Value, Value>;
}

@@ -683,0 +683,0 @@

@@ -680,3 +680,3 @@ ## API Report File for "@datashaper/schema"

export interface RecodeArgs extends InputColumnArgs, OutputColumnArgs {
map: Record<Value, Value>;
mapping: Record<Value, Value>;
}

@@ -683,0 +683,0 @@

{
"name": "@datashaper/schema",
"version": "3.1.1",
"version": "4.0.0",
"type": "module",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"resource": "1.0.0",
"workflow": "1.5.0"
"workflow": "1.5.1"
},

@@ -18,0 +18,0 @@ "sideEffects": false,

@@ -437,3 +437,3 @@ /*!

*/
map: Record<Value, Value>
mapping: Record<Value, Value>
}

@@ -440,0 +440,0 @@

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