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

@stackbit/utils

Package Overview
Dependencies
Maintainers
0
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/utils - npm Package Compare versions

Comparing version 0.7.1-staging.1 to 0.7.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.7.1](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.7.0...@stackbit/utils@0.7.1) (2024-09-26)
**Note:** Version bump only for package @stackbit/utils
# [0.7.0](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.6.1...@stackbit/utils@0.7.0) (2024-09-25)

@@ -8,0 +16,0 @@

3

dist/ai-actions.js

@@ -327,2 +327,5 @@ "use strict";

}
if (inputData._spark_ai_knowledge) {
return inputData._spark_ai_knowledge;
}
const selected = [];

@@ -329,0 +332,0 @@ if (inputData._spark_ai_voiceTone) {

5

jest.config.js
module.exports = {
testPathIgnorePatterns: ['__tests__/test-utils'],
preset: 'ts-jest',
testEnvironment: 'node'
testEnvironment: 'node',
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
}
};
{
"name": "@stackbit/utils",
"version": "0.7.1-staging.1",
"version": "0.7.1",
"description": "Stackbit utilities",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"@notionhq/client": "^2.2.15",
"@stackbit/types": "2.1.1-staging.1",
"@stackbit/types": "2.1.0",
"axios": "^1.7.7",

@@ -46,3 +46,3 @@ "eventsource": "^2.0.2",

},
"gitHead": "ed7a3a773ec7203611dc046f2ff32cd052cb83af"
"gitHead": "c6f6c9751bb0460ad9419626bcb21c66296f1323"
}

@@ -470,2 +470,5 @@ import EventSource from 'eventsource';

}
if (inputData._spark_ai_knowledge) {
return inputData._spark_ai_knowledge;
}
const selected: SparkKnowledgeSelection[] = [];

@@ -472,0 +475,0 @@ if (inputData._spark_ai_voiceTone) {

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