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

@trayio/threadneedle

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/threadneedle - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/addMethod/substitute.js

@@ -25,3 +25,3 @@ var Mustache = require('mustache');

// and return the real value.
if (template.match(/^{{([^{}]+)}}|{{{([^{}]+)}}}$/g)) {
if (template.match(/^({{([^{}]+)}}|{{{([^{}]+)}}})$/g)) {
var key = _.trim(template.match(/(?!{)([^{}]+)(?=})/g)[0]);

@@ -28,0 +28,0 @@ if (!_.isUndefined(params[key]) && params[key] !== '')

{
"name": "@trayio/threadneedle",
"version": "1.2.1",
"version": "1.2.2",
"description": "A framework for simplifying working with HTTP-based APIs.",

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

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