Socket
Socket
Sign inDemoInstall

@craftercms/models

Package Overview
Dependencies
Maintainers
3
Versions
31
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 2.0.2 to 2.0.3

2

package.json
{
"name": "@craftercms/models",
"version": "2.0.2",
"version": "2.0.3",
"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;
cors: boolean | RequestInit['mode'];
baseUrl: string;

@@ -6,0 +6,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