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

rapid.js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapid.js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "rapid.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -11,3 +11,3 @@ "main": "src/rapid.js",

"presets": [
"es2015"
"es2015-node5"
]

@@ -14,0 +14,0 @@ },

@@ -1,2 +0,5 @@

# rapid.js (alpha)
<p align="center">
<img src="http://rapidjs.io/images/rapid-logo-gh-readme.png" />
</p>
A Fluent Interface To Rapidly Interact With APIs

@@ -3,0 +6,0 @@ Create simple, resusable, and cleaner wrappers and interfaces for your API requests.

@@ -1,3 +0,3 @@

import Rapid from './Core/Rapid';
var Rapid = require('./Core/Rapid');
export default Rapid;
module.exports = Rapid;
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