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

math-practice-pkg

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math-practice-pkg - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

6

CHANGELOG.md
# math-practice-pkg
## 0.5.0
### Minor Changes
- 7500847: add extra 420
## 0.4.0

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

2

dist/index.js
// src/index.ts
function add(a, b) {
return a + b + 12;
return a + b + 420;
}

@@ -5,0 +5,0 @@ export {

{
"name": "math-practice-pkg",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

function add(a: number, b: number) {
return a + b + 12;
return a + b + 420;
}
export { add };

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