New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rescript/react

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescript/react - npm Package Compare versions

Comparing version
0.12.1
to
0.12.2
+13
rescript.json
{
"name": "@rescript/react",
"jsx": {
"version": 4,
"mode": "classic"
},
"sources": [{ "dir": "src", "subdirs": true }],
"package-specs": [{ "module": "commonjs", "in-source": true }],
"suffix": ".bs.js",
"bs-dev-dependencies": [],
"bsc-flags": [],
"uncurried": false
}
+5
-0

@@ -13,2 +13,7 @@ # Changelog

## 0.12.2
- Fix incorrect usage of `@uncurry`.
- bsconfig.json -> rescript.json.
## 0.12.1

@@ -15,0 +20,0 @@

+2
-2
{
"name": "@rescript/react",
"version": "0.12.1",
"version": "0.12.2",
"description": "React bindings for ReScript",

@@ -9,3 +9,3 @@ "files": [

"LICENSE",
"bsconfig.json",
"rescript.json",
"src/**/*.res",

@@ -12,0 +12,0 @@ "src/**/*.resi"

{
"name": "@rescript/react",
"jsx": {
"version": 4,
"mode": "classic"
},
"sources": [{ "dir": "src", "subdirs": true }],
"package-specs": [{ "module": "commonjs", "in-source": true }],
"suffix": ".bs.js",
"bs-dev-dependencies": [],
"bsc-flags": [],
"uncurried": false
}

Sorry, the diff of this file is not supported yet