gn-api-sdk-node
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -0,1 +1,5 @@ | ||
# 0.0.24 | ||
- Updated: package.json | ||
# 0.0.23 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"dependencies": { | ||
"gn-api-sdk-node": "git+ssh://git@github.com:gerencianet/gn-api-sdk-node.git", | ||
"gn-api-sdk-node": "https://github.com/gerencianet/gn-api-sdk-node.git", | ||
"moment": "~2.11.2" | ||
} | ||
} |
@@ -144,4 +144,12 @@ 'use strict'; | ||
method: 'post' | ||
}, | ||
settleCharge: { | ||
route: '/charge/:id/settle', | ||
method: 'put' | ||
}, | ||
settleCarnetParcel: { | ||
route: '/carnet/:id/parcel/:parcel/settle', | ||
method: 'put' | ||
} | ||
} | ||
}; |
{ | ||
"name": "gn-api-sdk-node", | ||
"description": "Module for integration with Gerencianet API", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"author": "Francisco Carvalho <f.thiene@gmail.com>", | ||
@@ -44,2 +44,2 @@ "license": "MIT", | ||
} | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
49652
1595
0