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

@craftercms/models

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@craftercms/models - npm Package Compare versions

Comparing version 4.1.2-1 to 4.1.2-support.2

2

package.json
{
"name": "@craftercms/models",
"version": "4.1.2-1",
"version": "4.1.2-support.2",
"description": "Crafter CMS data model definitions",

@@ -5,0 +5,0 @@ "main": "./bundles/models.umd.js",

import { LookupTable } from '@craftercms/models';
export interface CrafterConfig {
site: string;
cors: boolean | RequestInit['mode'];
/** @deprecated Use `fetchConfig.mode` instead */
cors?: boolean | RequestInit['mode'];
fetchConfig?: RequestInit;
baseUrl: string;

@@ -6,0 +8,0 @@ searchId?: string;

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