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

restful-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restful-js - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.6.1
* Fix: Documentation fix
## 0.6.0

@@ -2,0 +7,0 @@

2

package.json
{
"name": "restful-js",
"version": "0.6.0",
"version": "0.6.1",
"description": "Simple and generic JavaScript class to handle REST API calls",

@@ -5,0 +5,0 @@ "author": "Ziv Levy (https://github.com/zivl)",

@@ -63,3 +63,3 @@ # Restful JS

// later on...
let restfulAPI = new RestAPIUtil({
let restfulAPI = new RestfulAPI({
errorResponseHandler: (xhr, textStatus, errorThrown) => {...}

@@ -66,0 +66,0 @@ ajaxStartHandler: () => {...},

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