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

@khanacademy/kas

Package Overview
Dependencies
Maintainers
1
Versions
995
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/kas - npm Package Compare versions

Comparing version 0.0.0-PR454-20230330173945 to 0.0.0-PR711-20231005191758

dist/version.d.ts

12

CHANGELOG.md
# @khanacademy/kas
## 0.0.0-PR454-20230330173945
## 0.0.0-PR711-20231005191758
### Patch Changes
- f6220f12: Bump all package versions since the build settings have been updated
- 55d4cd00: Print package name and version when loaded in the page
- Updated dependencies [55d4cd00]
- @khanacademy/perseus-core@0.0.0-PR711-20231005191758
## 0.3.1
### Patch Changes
- 1f062e98: Bump all package versions since the build settings have been updated
## 0.3.0

@@ -10,0 +18,0 @@

11

package.json

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

"license": "MIT",
"version": "0.0.0-PR454-20230330173945",
"version": "0.0.0-PR711-20231005191758",
"publishConfig": {

@@ -13,3 +13,4 @@ "access": "public"

"type": "git",
"url": "https://github.com/Khan/kas.git"
"url": "https://github.com/Khan/perseus.git",
"directory": "packages/kas"
},

@@ -26,6 +27,8 @@ "bugs": {

},
"dependencies": {},
"dependencies": {
"@khanacademy/perseus-core": "0.0.0-PR711-20231005191758"
},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.0.0-PR454-20230330173945",
"perseus-build-settings": "^0.0.0-PR711-20231005191758",
"underscore": "1.4.4"

@@ -32,0 +35,0 @@ },

@@ -6,3 +6,3 @@ /* eslint-disable */

// TODO(alex): be able to pass a random() function to compare()
export const compare = function(expr1, expr2, options) {
export const compare = function (expr1, expr2, options) {
var defaults = {

@@ -14,6 +14,6 @@ form: false, // Check that the two expressions have the same form

/* Options that could be added in the future:
* - Allow ratios: e.g. 3/1 and 3 should both be accepted for something
* like slope
* - Allow student to choose their own variable names
*/
* - Allow ratios: e.g. 3/1 and 3 should both be accepted for something
* like slope
* - Allow student to choose their own variable names
*/

@@ -20,0 +20,0 @@ if (options !== undefined) {

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

export {libVersion} from "./version";
export * from "./nodes";
export {compare} from "./compare";

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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