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-PR745-20230928001000 to 0.0.0-PR746-20230928160510

6

CHANGELOG.md
# @khanacademy/kas
## 0.0.0-PR745-20230928001000
## 0.0.0-PR746-20230928160510
### Patch Changes
### Minor Changes
- dc6c6973: Print package name and version when loaded in the page
- 0ff70c17: Testing only

@@ -9,0 +9,0 @@ ## 0.3.1

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

"license": "MIT",
"version": "0.0.0-PR745-20230928001000",
"version": "0.0.0-PR746-20230928160510",
"publishConfig": {

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

@@ -206,2 +206,3 @@ import _ from "underscore";

expect("sin(500pi)").toEqualExpr("0");
expect("99 pi").toEqualExpr("311.01767270538954");

@@ -208,0 +209,0 @@ // Handle denominators the same way regardless of a fraction's format

@@ -67,2 +67,3 @@ import _ from "underscore";

expect("log_2 2").toEvaluateAs(1);
expect("99 pi").toEvaluateAs(311.01767270538954);
});

@@ -69,0 +70,0 @@

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

export {default as 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

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