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
0
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-PR2224-20250214000312 to 0.0.0-PR2226-20250224222534

dist/shared-utils/add-library-version-to-perseus-debug.d.ts

86

package.json
{
"name": "@khanacademy/kas",
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.0-PR2224-20250214000312",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Khan/perseus.git",
"directory": "packages/kas"
},
"bugs": {
"url": "https://github.com/Khan/perseus/issues"
},
"module": "dist/es/index.js",
"main": "dist/index.js",
"source": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "../../utils/package-pre-publish-check.sh",
"gen:parsers": "node src/parser-generator.ts",
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "0.0.0-PR2224-20250214000312"
},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.4.3",
"underscore": "1.4.4"
},
"peerDependencies": {
"underscore": "1.4.4"
},
"keywords": [
"parsing",
"equation",
"expression",
"algebra",
"symbolic"
]
"name": "@khanacademy/kas",
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.0-PR2226-20250224222534",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Khan/perseus.git",
"directory": "packages/kas"
},
"bugs": {
"url": "https://github.com/Khan/perseus/issues"
},
"module": "dist/es/index.js",
"main": "dist/index.js",
"source": "src/index.ts",
"files": [
"dist"
],
"dependencies": {},
"devDependencies": {
"jison": "0.4.15",
"underscore": "^1.4.4",
"perseus-build-settings": "0.0.0-PR2226-20250224222534"
},
"peerDependencies": {
"underscore": "^1.4.4"
},
"keywords": [
"parsing",
"equation",
"expression",
"algebra",
"symbolic"
],
"scripts": {
"gen:parsers": "node src/parser-generator.ts"
}
}

@@ -79,4 +79,4 @@ # @khanacademy/kas

## How to build the library
yarn
yarn build
pnpm install
pnpm build

@@ -86,6 +86,6 @@ ## How to build the parser

yarn
yarn build:parser
pnpm install
pnpm build:parser
## License
[MIT License](http://opensource.org/licenses/MIT)

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

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