Socket
Socket
Sign inDemoInstall

node-ocpi

Package Overview
Dependencies
6
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

10

index.js

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

// index.js
const Location = require('./src/models/Location');

@@ -6,3 +5,10 @@ const EVSE = require('./src/models/EVSE');

const CDR = require('./src/models/CDR');
const Command = require('./src/models/Command');
const Feedback = require('./src/models/Feedback');
const Meter = require('./src/models/Meter');
const Reservation = require('./src/models/Reservation');
const Tariff = require('./src/models/Tariff');
const User = require('./src/models/User');
const Transaction = require('./src/models/Transaction');
module.exports = { Location, EVSE, Connector, CDR };
module.exports = { Location, EVSE, Connector, CDR, Connector, Command, Feedback, Meter, Reservation, Tariff, Transaction, User };

4

package.json
{
"name": "node-ocpi",
"version": "1.0.2",
"version": "1.0.3",
"description": "An OCPI library for Node.js",

@@ -13,3 +13,3 @@ "main": "index.js",

"joi": "^17.4.2",
"node-ocpi": "^1.0.1"
"node-ocpi": "^1.0.2"
},

@@ -16,0 +16,0 @@ "keywords": [

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