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.5.0 to 0.6.0

11

CHANGELOG.md

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

<a name="0.6.0"></a>
# [0.6.0](https://github.com/arclamp/lerna-tutorial2/compare/v0.5.0...v0.6.0) (2018-05-09)
### Features
* add greater() function ([ca3f46d](https://github.com/arclamp/lerna-tutorial2/commit/ca3f46d))
<a name="0.5.0"></a>

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

7

index.js

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

function greater (x, y) {
return x > y;
}
module.exports = {

@@ -22,3 +26,4 @@ add: add,

multiply: multiply,
divide: divide
divide: divide,
greater: greater
};

2

package.json
{
"name": "@arclamp/bar",
"version": "0.5.0",
"version": "0.6.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