Socket
Socket
Sign inDemoInstall

@candulabs/core

Package Overview
Dependencies
Maintainers
4
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@candulabs/core - npm Package Compare versions

Comparing version 0.8.17 to 0.8.18

32

CHANGELOG.md

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

## [0.8.18](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.8.18-alpha.2...v0.8.18) (2021-11-11)
**Note:** Version bump only for package @candulabs/core
## 0.8.18-alpha.2 (2021-11-10)
**Note:** Version bump only for package @candulabs/core
## 0.8.18-alpha.1 (2021-11-04)
**Note:** Version bump only for package @candulabs/core
## 0.8.18-alpha.0 (2021-11-03)
**Note:** Version bump only for package @candulabs/core
## [0.8.17](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.8.17-alpha.0...v0.8.17) (2021-11-03)

@@ -8,0 +40,0 @@

1

dist/init/init.d.ts

@@ -17,3 +17,4 @@ import { ProviderProps } from '../inputValidation';

callbacks?: Record<string, Function> | undefined;
variables?: Record<string, unknown> | undefined;
};
export declare function initRootStore(props: InitProps, rootStore: RootStore): void;

@@ -7,3 +7,4 @@ import { UserId } from '../../models';

callbacks?: Record<string, Function>;
variables?: Record<string, unknown>;
}
export declare const userFlux: import("../../store").Flux<UserFlux>;

@@ -21,2 +21,4 @@ import { Eventing } from '@candulabs/eventing';

callbacks?: Record<string, Function>;
/** @hidden Optional. Any private trait to want to set for each user, that won't be tracked */
variables?: Record<string, unknown>;
}

@@ -23,0 +25,0 @@ export declare const providerValidation: <T extends ProviderProps>({ clientToken, userId, hmac, traits, options, styleguide, callbacks, }: T) => void;

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

import { Eventing } from '@candulabs/eventing';
import { PackageInfo } from '../models';

@@ -23,2 +24,3 @@ import { CanduProviderContextType } from '../contexts';

abstract getProvider(): CanduProviderContextType;
abstract getEventing(): Eventing;
attachClient(client: PreviewClient): void;

@@ -25,0 +27,0 @@ detachClient(): void;

@@ -9,3 +9,10 @@ import { RootStore } from '../../store';

retrieve(rootStore: RootStore, providerId: string): Promise<any>;
update(rootStore: RootStore, providerId: string, update: TraitCanduState): Promise<TraitCanduState>;
resolveTraitsLocally(traits: any, providerId: any): {
id: any;
state: {
name: string;
value: any;
};
} | null;
update(rootStore: RootStore, providerId: string, update: TraitCanduState): Promise<never>;
}

8

package.json

@@ -12,3 +12,3 @@ {

},
"version": "0.8.17",
"version": "0.8.18",
"main": "dist/index.js",

@@ -23,5 +23,3 @@ "module": "dist/index.es.js",

"dev": "rollup -c -w",
"build:cdn": "rollup -c --configCoreCDN",
"dev:yalc": "nodemon --watch src -x 'npx rollup -c && yalc push' ",
"dev:yalc:cdn": "nodemon --watch src -x 'npx rollup -c --configCoreCDN && yalc push' ",
"publish:local": "yalc publish",

@@ -31,3 +29,3 @@ "tsc": "tsc --noEmit"

"dependencies": {
"@candulabs/eventing": "^0.8.17",
"@candulabs/eventing": "^0.8.18",
"dataloader": "^2.0.0",

@@ -38,3 +36,3 @@ "preact": "10.5.13",

},
"gitHead": "911f1d3a2395176c5f8ecddac23c1a26f1f164a2"
"gitHead": "0ffb679b39ea7fab781ef6b2b2b2c85ac133c9db"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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