New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@promptbook/execute-javascript

Package Overview
Dependencies
Maintainers
1
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/execute-javascript - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

1

esm/index.es.js

@@ -186,2 +186,3 @@ import { capitalize, decapitalize, nameToUriPart, nameToUriParts, removeDiacritics, normalizeWhitespaces, normalizeToKebabCase, normalizeTo_camelCase, normalizeTo_snake_case, normalizeTo_PascalCase, parseKeywordsFromString, normalizeTo_SCREAMING_CASE } from 'n12';

value = value.replace(/```$/g, '');
value = value.replace(/\\`\\`\\`$/g, '');
value = spaceTrim(value);

@@ -188,0 +189,0 @@ return value;

4

package.json
{
"name": "@promptbook/execute-javascript",
"version": "0.21.0",
"version": "0.21.1",
"description": "Library to supercharge your use of large language models",

@@ -42,3 +42,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.21.0"
"@promptbook/core": "0.21.1"
},

@@ -45,0 +45,0 @@ "main": "./umd/index.umd.js",

@@ -192,2 +192,3 @@ (function (global, factory) {

value = value.replace(/```$/g, '');
value = value.replace(/\\`\\`\\`$/g, '');
value = spaceTrim__default["default"](value);

@@ -194,0 +195,0 @@ return value;

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