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

@financial-times/biz-ops-schema

Package Overview
Dependencies
Maintainers
15
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/biz-ops-schema - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

methods/get-type.js

@@ -126,4 +126,4 @@ const rawData = require('../lib/raw-data');

getType,
(typeName, { relationshipStructure = false, groupProperties = false } = {}) =>
`types:${typeName}:${relationshipStructure}:${groupProperties}`
(typeName, { primitiveTypes = 'biz-ops', relationshipStructure = false, groupProperties = false } = {}) =>
`types:${typeName}:${relationshipStructure}:${groupProperties}:${primitiveTypes}`
);
{
"name": "@financial-times/biz-ops-schema",
"version": "0.2.2",
"version": "0.2.3",
"description": "Schema for biz-ops data store and api. It provides two things: - yaml files which define which types, properties and relationships are allowed - a nodejs library for extracting subsets of this information",

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

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