New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reason

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reason - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

pkg/META

13

package.json
{
"version": "1.9.0",
"description": "Reason Meta Language Toolchain",
"version": "1.10.0",
"description": "Friendly Syntax & Toolchain Powered by OCaml",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

"version": {
"val": "1.9.0",
"val": "1.10.0",
"global": true,

@@ -46,3 +46,3 @@ "globalCollisionBehavior": "clobber"

"globalCollisionBehavior": "clobber",
"val": "1.9.0"
"val": "1.10.0"
}

@@ -57,2 +57,5 @@ },

"@opam-alpha/ocaml": "4.2.3",
"@opam-alpha/ocaml-migrate-parsetree": "*",
"@opam-alpha/result": "*",
"@opam-alpha/topkg": "0.8.1",
"dependency-env": "*",

@@ -65,3 +68,3 @@ "opam-installer-bin": "https://github.com/yunxing/opam-installer-bin.git",

"editor": "eval $(dependencyEnv) && eval $EDITOR",
"postinstall": "eval $(dependencyEnv) && nopam && ./pkg/substs pkg/META.in && make compile_error && ocaml pkg/build.ml native=true native-dynlink=true utop=${utop_installed:-false} && (opam-installer --prefix=$opam_prefix || true)",
"postinstall": "eval $(dependencyEnv) && nopam && ./pkg/substs pkg/META.in && make compile_error && make precompile && ./build.native build --native true --native-dynlink true --utop ${utop_installed:-false} && (opam-installer --prefix=$opam_prefix || true)",
"clean": "eval $(dependencyEnv) && nopam && make clean",

@@ -68,0 +71,0 @@ "env": "eval $(dependencyEnv) && env",

@@ -105,3 +105,3 @@

opam update
opam switch 4.02.3
opam switch 4.03.0
eval $(opam config env)

@@ -113,10 +113,12 @@ git clone git@github.com:facebook/reason.git

**Note**: during the last `opam pin` step, make sure your local repo is clean. In particular, remove artifacts and `node_modules`. Otherwise the pinning might go stale or stall due to the big `node_modules`.
License
-------
New content is licensed under the MIT license, works that are forked from other
projects are under their original licenses.
[MIT license](LICENSE.txt)
See Reason license in [LICENSE.txt](LICENSE.txt).
Works that are forked from other projects are under their original licenses.
Editor plugins (which have also been forked) in the `editorSupport/` directory
include their own licenses.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc