Socket
Socket
Sign inDemoInstall

@stackbit/sdk

Package Overview
Dependencies
Maintainers
16
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/sdk - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

src/.DS_Store

2

dist/config/config-loader.js

@@ -120,3 +120,3 @@ "use strict";

}
const modelName = model.name;
const modelName = model === null || model === void 0 ? void 0 : model.name;
if (!modelName) {

@@ -123,0 +123,0 @@ return {

{
"name": "@stackbit/sdk",
"version": "0.2.16",
"version": "0.2.17",
"description": "Stackbit SDK",

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

@@ -169,3 +169,3 @@ import path from 'path';

}
const modelName = model.name;
const modelName = model?.name;
if (!modelName) {

@@ -172,0 +172,0 @@ return {

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