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

@onfleet/node-onfleet

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onfleet/node-onfleet - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

lib/onfleet.js

@@ -12,2 +12,3 @@ const DEFAULT_URL = 'https://onfleet.com';

const resources = {};
resources.Admins = require('./resources/Administrators');
resources.Administrators = require('./resources/Administrators');

@@ -14,0 +15,0 @@ resources.Containers = require('./resources/Containers');

2

package.json
{
"name": "@onfleet/node-onfleet",
"version": "1.2.0",
"version": "1.2.1",
"description": "Official client library for accessing the Onfleet API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -92,3 +92,3 @@ # Onfleet Node.js Wrapper

|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:|
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x |

@@ -95,0 +95,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x |

@@ -93,3 +93,3 @@ # Onfleet Node.js Wrapper

|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:|
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x |

@@ -96,0 +96,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x |

@@ -95,3 +95,3 @@ # Onfleet Node.js Wrapper

|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:|
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) |
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x |

@@ -98,0 +98,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x |

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