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

@campfirelearning/sdk-lti-oauth

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campfirelearning/sdk-lti-oauth - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-alpha.0

esbuild.ts

8

CHANGELOG.md

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

## [0.0.4-alpha.0](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.3...@campfirelearning/sdk-lti-oauth@0.0.4-alpha.0) (2024-07-23)
**Note:** Version bump only for package @campfirelearning/sdk-lti-oauth
## [0.0.3](https://github.com/examspark/campfire-sdk/compare/@campfirelearning/sdk-lti-oauth@0.0.2...@campfirelearning/sdk-lti-oauth@0.0.3) (2024-05-22)

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

9

package.json
{
"name": "@campfirelearning/sdk-lti-oauth",
"version": "0.0.3",
"version": "0.0.4-alpha.0",
"main": "./src/index.js",

@@ -8,5 +8,4 @@ "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 --platform=browser --global-name=CampfireOAuth --outfile=dist/browser/index.js --minify",
"build": "yarn build:types && yarn build:bundles",
"build:bundles": "npx tsx esbuild.ts",
"build:types": "tsc",

@@ -33,3 +32,3 @@ "test": "jest --passWithNoTests"

},
"gitHead": "6907845c1e22b5503792931b6f29c023709bf5b6"
"gitHead": "f52fd2e31397e1c15e86a2f26d7809ee8e9fe51d"
}
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