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

@artaio/node-api

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artaio/node-api - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

1

dist/lib/types.d.ts

@@ -168,2 +168,3 @@ export type Attachment = {

eei_form_status?: (("pending" | "cleared" | "approved" | "rejected" | "submitted") | null) | undefined;
eei_form_url?: (string | null) | undefined;
emissions?: (number | null) | undefined;

@@ -170,0 +171,0 @@ emissions_unit?: (string | null) | undefined;

6

dist/lib/utils.js

@@ -14,3 +14,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parseService = exports.convertDatesToUtc = exports.createDateAsUTC = void 0;
exports.parseService = void 0;
exports.createDateAsUTC = createDateAsUTC;
exports.convertDatesToUtc = convertDatesToUtc;
function createDateAsUTC(dateStr) {

@@ -21,3 +23,2 @@ var date = new Date(dateStr);

}
exports.createDateAsUTC = createDateAsUTC;
function convertDatesToUtc(artaResponse) {

@@ -30,3 +31,2 @@ return __assign(__assign({}, artaResponse), { created_at: artaResponse.created_at

}
exports.convertDatesToUtc = convertDatesToUtc;
var parseService = function (s) {

@@ -33,0 +33,0 @@ s.amount = Number(s.amount);

{
"name": "@artaio/node-api",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.",

@@ -5,0 +5,0 @@ "scripts": {

{
"name": "@artaio/node-api",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.",

@@ -5,0 +5,0 @@ "scripts": {

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