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

@arclamp/bar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arclamp/bar - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.4.0"></a>
# [0.4.0](https://github.com/arclamp/lerna-tutorial2/compare/v0.3.0...v0.4.0) (2018-04-11)
### Features
* add multiply function ([d091e9a](https://github.com/arclamp/lerna-tutorial2/commit/d091e9a))
<a name="0.3.0"></a>

@@ -8,0 +19,0 @@ # [0.3.0](https://github.com/arclamp/lerna-tutorial2/compare/v0.2.0...v0.3.0) (2018-04-11)

7

index.js

@@ -5,2 +5,6 @@ function add (x, y) {

function multiply (x, y) {
return x * y;
}
function subtract (x, y) {

@@ -12,3 +16,4 @@ return x - y;

add: add,
subtract: subtract
subtract: subtract,
multiply: multiply
};

2

package.json
{
"name": "@arclamp/bar",
"version": "0.3.0",
"version": "0.4.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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