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

resource-client

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-client - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

lib/url_builder.js

@@ -34,3 +34,3 @@ // Generated by CoffeeScript 1.9.3

value = params[param];
if (typeof value === 'string' && value.indexOf('@') !== -1) {
if (typeof value === 'string' && value[0] === '@') {
lookupKey = value.replace('@', '');

@@ -37,0 +37,0 @@ newValue = body[lookupKey];

{
"name": "resource-client",
"version": "2.4.0",
"version": "2.4.1",
"description": "Easily create api clients for your server side resources.",

@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>",

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