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

@stackbit/sdk

Package Overview
Dependencies
Maintainers
18
Versions
424
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.21 to 0.2.22

1

dist/config/presets-loader.js

@@ -42,2 +42,3 @@ "use strict";

}
lodash_1.default.set(preset, 'modelName', presetData.model);
utils_1.append(presetsByModel, presetData.model, presetId);

@@ -44,0 +45,0 @@ });

2

package.json
{
"name": "@stackbit/sdk",
"version": "0.2.21",
"version": "0.2.22",
"description": "Stackbit SDK",

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

@@ -48,2 +48,3 @@ import _ from 'lodash';

}
_.set(preset, 'modelName', presetData.model);
append(presetsByModel, presetData.model, presetId);

@@ -50,0 +51,0 @@ });

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