You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@rescript/core

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescript/core - npm Package Compare versions

Comparing version

to
1.3.0

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # @rescript/core Changelog

## 1.3.0
This version requires ReScript `>=11.1.0-rc.6`.
- BREAKING: Use new native `bigint` type. This requires ReScript compiler version "11.1.0-rc.6" or higher. https://github.com/rescript-association/rescript-core/pull/207
- `Int`, `Float`, `BigInt`: use optional args and deprecate `xxxWithRadix`, `xxxWithPrecision` etc. https://github.com/rescript-association/rescript-core/pull/209
- BREAKING: Add optional `~message: string=?` to `Option.getExn`. This also changes the error raised by `Option.getExn` from `Not_found` to a regular JS error. https://github.com/rescript-association/rescript-core/pull/212
## 1.2.0

@@ -7,0 +15,0 @@

6

package.json
{
"name": "@rescript/core",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {

@@ -27,3 +27,3 @@ "clean": "rescript clean",

"peerDependencies": {
"rescript": ">=11.0.0 || ^11.1.0-rc.2"
"rescript": "^11.1.0-rc.7"
},

@@ -33,4 +33,4 @@ "devDependencies": {

"@rescript/tools": "^0.5.0",
"rescript": "11.1.0-rc.2"
"rescript": "^11.1.0-rc.7"
}
}

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