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

@dhi-solutions/domain-services

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhi-solutions/domain-services - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.11](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.10...@dhi-solutions/domain-services@0.0.11) (2020-03-11)
**Note:** Version bump only for package @dhi-solutions/domain-services
## [0.0.10](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.9...@dhi-solutions/domain-services@0.0.10) (2020-03-11)

@@ -8,0 +16,0 @@

13

dist/index.d.ts
import authentication from './authentication';
export { authentication };
export declare const API: import("axios").AxiosInstance;
declare const options: {
baseURL: string;
localStorageUserKey: string;
};
interface IOptions {

@@ -11,6 +8,6 @@ baseURL: string;

}
declare const initialize: ({ baseURL, localStorageUserKey }?: IOptions) => void;
declare const getDataAsJSON: (response: any) => Promise<any>;
declare const setDataAsString: (response: any) => Promise<any>;
export { authentication, options, initialize, getDataAsJSON, setDataAsString };
export declare const options: IOptions;
export declare const initialize: ({ baseURL, localStorageUserKey, }?: IOptions) => void;
export declare const getDataAsJSON: (response: any) => Promise<any>;
export declare const setDataAsString: (response: any) => Promise<any>;
export default API;
{
"name": "@dhi-solutions/domain-services",
"version": "0.0.10",
"version": "0.0.11",
"side-effects": false,

@@ -29,3 +29,3 @@ "main": "dist/index.js",

},
"gitHead": "70d65de4eeca698c64b843b89e4c68a0c586a827"
"gitHead": "034b6d3e028d246f29a5affeb294343981536287"
}
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