New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smartsheet

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartsheet - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

and this project adheres to [Semantic Versioning](http://semver.org/).
## [3.1.2] - 2023-06-13
### Fixed
- Added missing euBaseURI constant for smartsheet.eu
## [3.1.1] - 2023-06-07

@@ -9,0 +12,0 @@ ### Added

3

index.js

@@ -112,3 +112,4 @@ var _ = require('underscore');

defaultBaseURI: 'https://api.smartsheet.com/2.0/',
govBaseURI: 'https://api.smartsheetgov.com/2.0/'
govBaseURI: 'https://api.smartsheetgov.com/2.0/',
euBaseURI: 'https://api.smartsheet.eu/2.0/'
}
{
"name": "smartsheet",
"version": "3.1.1",
"version": "3.1.2",
"description": "Smartsheet JavaScript client SDK",

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

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