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

@khanacademy/perseus-core

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/perseus-core - npm Package Compare versions

Comparing version 0.0.0-PR745-20231003214236 to 0.0.0-PR745-20231003215634

2

CHANGELOG.md
# @khanacademy/perseus-core
## 0.0.0-PR745-20231003214236
## 0.0.0-PR745-20231003215634

@@ -5,0 +5,0 @@ ### Patch Changes

@@ -12,2 +12,4 @@ import { addLibraryVersionToPerseusDebug as addLibraryVersionToPerseusDebug$1 } from '@khanacademy/perseus-core';

const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
// If the library version is the default value, then we don't want to
// prefix it with a "v" to indicate that it is a version number.
let prefix = "v";

@@ -14,0 +16,0 @@ if (libraryVersion === "__lib_version__") {

@@ -16,2 +16,4 @@ 'use strict';

const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
// If the library version is the default value, then we don't want to
// prefix it with a "v" to indicate that it is a version number.
let prefix = "v";

@@ -18,0 +20,0 @@ if (libraryVersion === "__lib_version__") {

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.0.0-PR745-20231003214236",
"version": "0.0.0-PR745-20231003215634",
"publishConfig": {

@@ -9,0 +9,0 @@ "access": "public"

@@ -13,2 +13,4 @@ /**

) => {
// If the library version is the default value, then we don't want to
// prefix it with a "v" to indicate that it is a version number.
let prefix = "v";

@@ -15,0 +17,0 @@ if (libraryVersion === "__lib_version__") {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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