Socket
Socket
Sign inDemoInstall

cloudrail-si

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

6

package.json

@@ -5,2 +5,6 @@ {

"description": "The CloudRail SI SDK for Node.JS, a simple, universal, unified API for the most popular cloud services",
"repository": {
"type": "git",
"url": "https://github.com/CloudRail/cloudrail-si-node-sdk"
},
"keywords": [

@@ -34,5 +38,5 @@ "Box",

"engineStrict": true,
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"typings": "index.d.ts"
}

5

README.md

@@ -226,2 +226,3 @@ <p align="center">

## NPM
````

@@ -232,5 +233,7 @@ npm install cloudrail-si

## Typescript
(this only concerns Typescript users)
The package includes an index.d.ts file. To use the typings provided, include services and types like so:
The package includes an *index.d.ts* file. To use the typings provided, include services and types like so:
```` javascript

@@ -237,0 +240,0 @@ /// <reference path="node_modules/cloudrail-si/index.d.ts" />

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc