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

@candulabs/core

Package Overview
Dependencies
Maintainers
5
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.4.0-beta.13 to 0.5.0-alpha.1

8

CHANGELOG.md

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

# [0.5.0-alpha.1](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.4.0-beta.13...v0.5.0-alpha.1) (2020-09-28)
**Note:** Version bump only for package @candulabs/core
# [0.4.0-beta.13](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.4.0-beta.12...v0.4.0-beta.13) (2020-09-27)

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

2

dist/index.cjs.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const API_BASE_URL="https://api.candu.ai",CDN_BASE_URL="https://cdn.candu.ai",VERSION="0.4.0-beta.13";var injections=Object.freeze({__proto__:null,API_BASE_URL:API_BASE_URL,CDN_BASE_URL:CDN_BASE_URL,VERSION:VERSION});const{API_BASE_URL:API_BASE_URL$1}=injections,{CDN_BASE_URL:CDN_BASE_URL$1}=injections,ENDPOINTS={segmentMembership:"/api/segmentMemberships",tutorialDocuments:"/api/tutorialDocumentsEditor"},fetchURL=async t=>(await fetch(t)).json(),fetchFromApi=t=>fetchURL(`${API_BASE_URL$1}${t}`),fetchFromCdn=t=>fetchURL(`${CDN_BASE_URL$1}${t}`),RESOURCES={tutorialDocument:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>fetchFromCdn(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>fetchFromApi(`${ENDPOINTS.segmentMembership}/${e}?token=${t}`)};exports.RESOURCES=RESOURCES;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const API_BASE_URL="https://api.candu.ai",CDN_BASE_URL="https://cdn.candu.ai",VERSION="0.5.0-alpha.1";var injections=Object.freeze({__proto__:null,API_BASE_URL:API_BASE_URL,CDN_BASE_URL:CDN_BASE_URL,VERSION:VERSION});const{API_BASE_URL:API_BASE_URL$1}=injections,{CDN_BASE_URL:CDN_BASE_URL$1}=injections,ENDPOINTS={segmentMembership:"/api/segmentMemberships",tutorialDocuments:"/api/tutorialDocumentsEditor"},fetchURL=async t=>(await fetch(t)).json(),fetchFromApi=t=>fetchURL(`${API_BASE_URL$1}${t}`),fetchFromCdn=t=>fetchURL(`${CDN_BASE_URL$1}${t}`),RESOURCES={tutorialDocument:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>fetchFromCdn(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>fetchFromApi(`${ENDPOINTS.segmentMembership}/${e}?token=${t}`)};exports.RESOURCES=RESOURCES;
//# sourceMappingURL=index.cjs.js.map

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

var t=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.4.0-beta.13"});const{API_BASE_URL:a}=t,{CDN_BASE_URL:e}=t,s="/api/segmentMemberships",n="/api/tutorialDocumentsEditor",o=async t=>(await fetch(t)).json(),i=t=>o(`${a}${t}`),u=t=>o(`${e}${t}`),$={tutorialDocument:async(t,a)=>i(`${n}/${a}?token=${t}`),tutorialDocumentSlug:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentContentHash:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentLatestPublished:async(t,a)=>i(`${n}?token=${t}&finder=latestPublished&tutorialId=${a}`),portalAsset:async(t,a)=>u(`/portals/${t}/${a}/head.json`),segmentMembership:async(t,a)=>i(`${s}/${a}?token=${t}`)};export{$ as RESOURCES};
var t=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.5.0-alpha.1"});const{API_BASE_URL:a}=t,{CDN_BASE_URL:e}=t,s="/api/segmentMemberships",n="/api/tutorialDocumentsEditor",o=async t=>(await fetch(t)).json(),i=t=>o(`${a}${t}`),u=t=>o(`${e}${t}`),$={tutorialDocument:async(t,a)=>i(`${n}/${a}?token=${t}`),tutorialDocumentSlug:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentContentHash:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentLatestPublished:async(t,a)=>i(`${n}?token=${t}&finder=latestPublished&tutorialId=${a}`),portalAsset:async(t,a)=>u(`/portals/${t}/${a}/head.json`),segmentMembership:async(t,a)=>i(`${s}/${a}?token=${t}`)};export{$ as RESOURCES};
//# sourceMappingURL=index.es.js.map

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

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self)["@candulabs/core"]={})}(this,(function(t){"use strict";var e=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.4.0-beta.13"});const{API_BASE_URL:n}=e,{CDN_BASE_URL:o}=e,s="/api/segmentMemberships",a="/api/tutorialDocumentsEditor",i=async t=>(await fetch(t)).json(),u=t=>i(`${n}${t}`),c=t=>i(`${o}${t}`),r={tutorialDocument:async(t,e)=>u(`${a}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>u(`${a}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>c(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>u(`${s}/${e}?token=${t}`)};t.RESOURCES=r,Object.defineProperty(t,"__esModule",{value:!0})}));
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self)["@candulabs/core"]={})}(this,(function(t){"use strict";var e=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.5.0-alpha.1"});const{API_BASE_URL:n}=e,{CDN_BASE_URL:o}=e,s="/api/segmentMemberships",a="/api/tutorialDocumentsEditor",i=async t=>(await fetch(t)).json(),u=t=>i(`${n}${t}`),c=t=>i(`${o}${t}`),r={tutorialDocument:async(t,e)=>u(`${a}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>u(`${a}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>c(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>u(`${s}/${e}?token=${t}`)};t.RESOURCES=r,Object.defineProperty(t,"__esModule",{value:!0})}));
//# sourceMappingURL=index.js.map

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

},
"version": "0.4.0-beta.13",
"version": "0.5.0-alpha.1",
"main": "dist/index.js",

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

"dependencies": {
"@candulabs/models": "^0.4.0-beta.13"
"@candulabs/models": "^0.5.0-alpha.1"
},
"gitHead": "e2f0d63195e7c8e8064e7bd4584dd9562c69eb35"
"gitHead": "256a68d18d65228c84a737de07c32bf1d3c9e664"
}
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