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

belt-holes

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belt-holes - npm Package Compare versions

Comparing version 0.29.0 to 0.34.0

2

bsconfig.json

@@ -5,3 +5,3 @@ // This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json

"name": "belt-holes",
"version": "0.1.0",
"version": "0.29.0",
"sources": [

@@ -8,0 +8,0 @@ {

{
"name": "belt-holes",
"version": "0.29.0",
"version": "0.34.0",
"scripts": {

@@ -18,4 +18,4 @@ "refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",

"devDependencies": {
"@glennsl/bs-jest": "^0.4.8",
"bs-platform": "5.0.0"
"@glennsl/bs-jest": "^0.4.9",
"bs-platform": "7.1.1"
},

@@ -22,0 +22,0 @@ "jest": {

@@ -1,2 +0,2 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';

@@ -3,0 +3,0 @@

@@ -1,8 +0,8 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';
var $$String = 0;
var $$String = /* alias */0;
exports.$$String = $$String;
/* No side effect */

@@ -1,2 +0,2 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';

@@ -27,3 +27,3 @@

function indent(str, n) {
return str.replace((/^/gm), " ".repeat(n));
return str.replace(/^/gm, " ".repeat(n));
}

@@ -30,0 +30,0 @@

@@ -1,14 +0,14 @@

// Generated by BUCKLESCRIPT VERSION 5.0.0, PLEASE EDIT WITH CARE
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE
'use strict';
var $$String = 0;
var $$String = /* alias */0;
var Result = 0;
var Result = /* alias */0;
var $$Map = 0;
var $$Map = /* alias */0;
var List = 0;
var List = /* alias */0;
var $$Option = 0;
var $$Option = /* alias */0;

@@ -15,0 +15,0 @@ exports.$$String = $$String;

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