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
314
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 1.1.1 to 1.1.2

6

CHANGELOG.md
# @khanacademy/perseus-core
## 1.1.2
### Patch Changes
- 22a9c408: Fix bug caused by package version diagnostics
## 1.1.1

@@ -4,0 +10,0 @@

6

dist/es/index.js

@@ -1,3 +0,1 @@

import { addLibraryVersionToPerseusDebug as addLibraryVersionToPerseusDebug$1 } from '@khanacademy/perseus-core';
/**

@@ -47,6 +45,6 @@ * Adds the given perseus library version information to the __perseus_debug__

const libName = "@khanacademy/perseus-core";
const libVersion = "1.1.1";
addLibraryVersionToPerseusDebug$1(libName, libVersion);
const libVersion = "1.1.2";
addLibraryVersionToPerseusDebug(libName, libVersion);
export { addLibraryVersionToPerseusDebug, libVersion };
//# sourceMappingURL=index.js.map

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

var perseusCore = require('@khanacademy/perseus-core');
/**

@@ -52,4 +50,4 @@ * Adds the given perseus library version information to the __perseus_debug__

const libName = "@khanacademy/perseus-core";
const libVersion = "1.1.1";
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
const libVersion = "1.1.2";
addLibraryVersionToPerseusDebug(libName, libVersion);

@@ -56,0 +54,0 @@ exports.addLibraryVersionToPerseusDebug = addLibraryVersionToPerseusDebug;

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

"license": "MIT",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

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

@@ -5,3 +5,3 @@ // This file is processed by a Rollup plugin (replace) to inject the production

import {addLibraryVersionToPerseusDebug} from "@khanacademy/perseus-core";
import {addLibraryVersionToPerseusDebug} from "./utils/add-library-version-to-perseus-debug";

@@ -8,0 +8,0 @@ const libName = "@khanacademy/perseus-core";

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