Socket
Socket
Sign inDemoInstall

bs-loader

Package Overview
Dependencies
6
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0-1 to 1.8.0-2

2

index.js

@@ -23,3 +23,3 @@ // @flow

? `script --return -qfc "${bsbCommand} -make-world -color" /dev/null`
: bsbCommand
: `${bsbCommand} -make-world`

@@ -26,0 +26,0 @@ const outputDir = 'lib'

{
"name": "bs-loader",
"version": "1.8.0-1",
"version": "1.8.0-2",
"description": "Bucklescript integration in Webpack",
"main": "index.js",
"scripts": {
"test": "flow && jest"
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community.git"
"url": "git+https://github.com/reasonml-community/reason-scripts.git"
},
"files": ["index.js"],
"keywords": ["bucklescript", "reason", "webpack", "ocaml", "reasonml"],
"files": [
"index.js"
],
"keywords": [
"bucklescript",
"reason",
"webpack",
"ocaml",
"reasonml"
],
"author": "Ryan Delaney <rrdelaney@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reasonml-community/issues"
"url": "https://github.com/reasonml-community/reason-scripts/issues"
},
"homepage": "https://github.com/reasonml-community#readme",
"homepage": "https://github.com/reasonml-community/reason-scripts#readme",
"dependencies": {

@@ -26,3 +34,2 @@ "loader-utils": "^1.1.0",

"devDependencies": {
"flow-bin": "^0.54.1",
"jest": "^21.0.1",

@@ -32,4 +39,7 @@ "webpack": "^3.5.4"

"jest": {
"testPathIgnorePatterns": ["/node_modules/", "/example/"]
"testPathIgnorePatterns": [
"/node_modules/",
"/example/"
]
}
}
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