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

nf-grapher

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nf-grapher - npm Package Compare versions

Comparing version 1.2.15 to 1.2.16

2

dist/main/score/Score.js

@@ -24,3 +24,3 @@ "use strict";

class Score {
constructor(graph = new Graph_1.default(), version = '1.2.15') {
constructor(graph = new Graph_1.default(), version = '1.2.16') {
this.graph = graph;

@@ -27,0 +27,0 @@ this.version = version;

@@ -22,3 +22,3 @@ // Copyright (c) 2018 Spotify AB.

class Score {
constructor(graph = new Graph(), version = '1.2.15') {
constructor(graph = new Graph(), version = '1.2.16') {
this.graph = graph;

@@ -25,0 +25,0 @@ this.version = version;

{
"name": "nf-grapher",
"// version": "The `version` field is overridden when publishing from the root!",
"version": "1.2.15",
"version": "1.2.16",
"description": "Native Format Graph Library: Grapher",

@@ -6,0 +6,0 @@ "main": "dist/main/index.js",

@@ -28,3 +28,3 @@ // Copyright (c) 2018 Spotify AB.

public graph: Graph = new Graph(),
public version: string = '1.2.15'
public version: string = '1.2.16'
) {}

@@ -31,0 +31,0 @@ public static from(score: IScore): Score {

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