Socket
Socket
Sign inDemoInstall

bs-stream-to-array

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

package-links.json

18

package.json
{
"name": "bs-stream-to-array",
"version": "1.0.0",
"version": "2.0.0",
"description": "Bucklescript bindings for stream-to-array",

@@ -8,6 +8,5 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && eval $(dependencyEnv) && nopam && bsb 2>&1 | berror.native --path-to-refmttype $(which refmttype)",
"build-no-be": "bsb",
"watch": "npm run clean && eval $(dependencyEnv) && nopam && bsb -make-world -w 2>&1 | berror.native --path-to-refmttype $(which refmttype)",
"clean": "bsb -clean-world"
"build": "npm run clean && bsb -make-world",
"watch": "npm run clean && bsb -make-world -w",
"clean": "rm -rf lib/ && bsb -clean-world"
},

@@ -22,9 +21,8 @@ "keywords": [],

},
"peerDependencies": {
"bs-platform": "^2.0.0"
},
"devDependencies": {
"bs-platform": "1.7.3",
"dependency-env": "0.1.1",
"nopam": "0.1.0",
"ocamlBetterErrors": "0.1.1",
"stream-to-array": "2.3.0"
"stream-to-array": "github:ryb73/stream-to-array"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc