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

tarantula-fl

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tarantula-fl - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

src/tarantula.bs.js

2

bsconfig.json
{
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
"name": "tarantula-fl",
"version": "0.0.9",
"version": "0.0.10",
"sources": {

@@ -6,0 +6,0 @@ "dir" : "src",

{
"name": "tarantula-fl",
"version": "0.0.9",
"version": "0.0.10",
"scripts": {

@@ -5,0 +5,0 @@ "build": "bsb -make-world",

@@ -5,3 +5,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE

var TestData = require("./TestData.bs.js");
var Tarantula = require("./Tarantula.bs.js");
var Tarantula = require("./tarantula.bs.js");

@@ -8,0 +8,0 @@ var fromSolCover = TestData.fromSolCover;

@@ -61,14 +61,13 @@ {

"err": {}
},
{
"title": "testInitialBalanceUsingDeployedContract",
"fullTitle": "TestMetaCoin testInitialBalanceUsingDeployedContract",
"duration": 72,
"currentRetry": 0,
"err": {}
}
],
"passes": [
{
"title": "testInitialBalanceUsingDeployedContract",
"fullTitle": "TestMetaCoin testInitialBalanceUsingDeployedContract",
"duration": 72,
"currentRetry": 0,
"err": {}
},
{
"title": "testInitialBalanceWithNewMetaCoin",

@@ -75,0 +74,0 @@ "fullTitle": "TestMetaCoin testInitialBalanceWithNewMetaCoin",

@@ -19,5 +19,3 @@ var assert = require('assert')

score = t.tarantulaScore(testData)
ranking = t.tarantulaRanking(score)
console.log(ranking)
console.log(t.tarantulaRanking(score))
// Assert

@@ -24,0 +22,0 @@ for (var filename in 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