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

@reason-native-web/cookie

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reason-native-web/cookie - npm Package Compare versions

Comparing version 0.1.4 to 0.1.7

Attributes.ml

10

package.json
{
"version": "0.1.4",
"version": "0.1.7",
"name": "@reason-native-web/cookie",

@@ -18,3 +18,3 @@ "license": "BSD-3-clause",

"fmt": "dune build @fmt --auto-promote --root .",
"docs": "dune build @doc --root .",
"docs": "dune build @doc --only-packages=cookie --root .",
"docs:open": "open #{self.target_dir / 'default' / '_doc' / '_html' / 'cookie' / 'index.html'}",

@@ -24,7 +24,7 @@ "docs:path": "esy echo #{self.target_dir / 'default' / '_doc' / '_html'}"

"dependencies": {
"@opam/base": "*",
"@opam/astring": "^0.8.3",
"@opam/dune": ">=1.5.0",
"@opam/ptime": "0.8.5",
"@opam/uri": "3.1.0",
"ocaml": ">=4.6.0"
"ocaml": ">=4.8.0"
},

@@ -41,2 +41,2 @@ "devDependencies": {

}
}
}
# Cookie
A Cookie implementation i pure OCaml
## Session
A ocaml-session implementation heavily based on the cohttp implementation.

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