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

@campfirelearning/sdk-lti

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campfirelearning/sdk-lti - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2-alpha.0

esbuild.ts

8

CHANGELOG.md

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

## [0.9.2-alpha.0](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti@0.9.1...@campfirelearning/sdk-lti@0.9.2-alpha.0) (2024-07-23)
**Note:** Version bump only for package @campfirelearning/sdk-lti
## [0.9.1](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti@0.9.0...@campfirelearning/sdk-lti@0.9.1) (2024-07-20)

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

3

jest.config.js

@@ -9,2 +9,5 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */

testEnvironment: "jsdom",
globals: {
CAMPFIRE_SDK_VERSION: "0.0.0-test",
},
};

10

package.json
{
"name": "@campfirelearning/sdk-lti",
"version": "0.9.1",
"version": "0.9.2-alpha.0",
"main": "./src/index.ts",

@@ -10,7 +10,5 @@ "author": "ExamSpark, LLC",

"scripts": {
"build": "yarn build:types && yarn build:esm && yarn build:browser",
"build:esm": "esbuild ./src/index.ts --bundle --format=esm --outfile=dist/esm/index.js",
"build:browser": "esbuild ./src/index.ts --bundle --format=iife --outfile=dist/browser/index.js --global-name=CampfireSDK --minify",
"build": "yarn build:types && yarn build:bundles",
"build:bundles": "npx tsx esbuild.ts",
"build:types": "tsc",
"build:minify": "yarn build --minify",
"deploy:develop": "yarn build && aws s3 cp dist/index.js s3://examspark-app-files-develop/public/sdk/campfire-sdk-v0.1.js --profile examspark",

@@ -45,3 +43,3 @@ "deploy": "yarn build && aws s3 cp dist/index.js s3://examspark-app-files-master/public/sdk/campfire-sdk-v0.1.js --profile examspark",

},
"gitHead": "bba3def2c1853e8ea31681953644344a2298300e"
"gitHead": "f52fd2e31397e1c15e86a2f26d7809ee8e9fe51d"
}

@@ -5,3 +5,2 @@ import { z } from "zod";

import { RethrowAsError } from "./util/RethrowAsError";
import { CAMPFIRE_SDK_VERSION } from "./version";

@@ -8,0 +7,0 @@ const LTIRequiredLaunchParams = [

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 not supported yet

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