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

@graffy/common

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/common - npm Package Compare versions

Comparing version 0.14.6-alpha1 to 0.14.6-alpha2

11

build/graph.js

@@ -9,2 +9,3 @@ "use strict";

exports.link = link;
exports.value = value;

@@ -121,2 +122,12 @@ var _filter = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/filter"));

};
}
function value(value) {
return function (key, version) {
return {
key: key,
version: version,
value: value
};
};
}

2

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.14.6-alpha1",
"version": "0.14.6-alpha2",
"main": "index.js",

@@ -8,0 +8,0 @@ "source": "src/index.js",

@@ -52,1 +52,5 @@ import { merge } from '../graph';

}
export function value(value) {
return (key, version) => ({ key, version, value });
}
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