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

@epilot/entity-mapping-client

Package Overview
Dependencies
Maintainers
27
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/entity-mapping-client - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

dist/openapi.d.ts

@@ -268,3 +268,3 @@ /* eslint-disable */

*/
locked?: "each" | "first";
locked?: "each" | "first" | "system_recommendation";
/**

@@ -291,2 +291,6 @@ * Whether all source mappings flow into a single attribute (e.g. address)

/**
* Whether the raw value should be used, or whether the value is enriched by a path
*/
raw?: boolean;
/**
* Data Structure Type of the underlaying output value

@@ -293,0 +297,0 @@ */

@@ -1329,3 +1329,4 @@ {

"each",
"first"
"first",
"system_recommendation"
],

@@ -1386,2 +1387,6 @@ "description": "Whether its a read-only ui or not. Can be each target, or only the first. Overwrites uiActions"

},
"raw": {
"type": "boolean",
"description": "Whether the raw value should be used, or whether the value is enriched by a path"
},
"possible_target_types": {

@@ -1388,0 +1393,0 @@ "type": "array",

2

package.json
{
"name": "@epilot/entity-mapping-client",
"version": "0.5.0",
"version": "0.5.1",
"description": "JavaScript client library for the ePilot Entity Mapping API",

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

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