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

snuffles

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snuffles - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

dist/index.es.js

@@ -627,3 +627,3 @@ /**

var error = new Error('API response was not ok.');
_this.log(_extends({}, res, { error: error }));
_this.log('response', error.toString(), res);
error.response = res;

@@ -630,0 +630,0 @@ throw error;

@@ -629,3 +629,3 @@ 'use strict';

var error = new Error('API response was not ok.');
_this.log(_extends({}, res, { error: error }));
_this.log('response', error.toString(), res);
error.response = res;

@@ -632,0 +632,0 @@ throw error;

{
"name": "snuffles",
"version": "1.2.1",
"version": "1.2.2",
"description": "A wrapper around the native fetch function, returning the response body as a camelCased object",

@@ -5,0 +5,0 @@ "author": "railslove",

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