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

rescript-asyncdata

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-asyncdata - npm Package Compare versions

Comparing version
2.0.0
to
3.0.0
MIT-LICENSE

Sorry, the diff of this file is not supported yet

+1
-1

@@ -19,3 +19,3 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node

matrix:
node-version: [10.x, 12.x]
node-version: [12.x]

@@ -22,0 +22,0 @@ steps:

@@ -22,7 +22,7 @@ {

"package-specs": {
"module": "commonjs",
"module": "es6",
"in-source": true
},
"bs-dependencies": ["reason-react"],
"bs-dev-dependencies": ["reason-test-framework"],
"bs-dependencies": ["@rescript/react"],
"bs-dev-dependencies": ["rescript-test"],
"suffix": ".bs.js",

@@ -29,0 +29,0 @@ "warnings": {

@@ -0,1 +1,7 @@

# 3.0.0
Changes:
- Move to ReScript React (f0c885f)
# 2.0.0

@@ -2,0 +8,0 @@

{
"name": "rescript-asyncdata",
"version": "2.0.0",
"version": "3.0.0",
"scripts": {

@@ -8,4 +8,3 @@ "clean": "bsb -clean-world",

"watch": "bsb -make-world -w",
"test": "jest",
"examples": "moduleserve ./example --port 8000"
"test": "retest --with-dom test/*.bs.js"
},

@@ -15,29 +14,14 @@ "keywords": [

],
"author": "",
"author": "Matthias Le Brun <bloodyowl@icloud.com>",
"license": "MIT",
"jest": {
"moduleDirectories": [
"node_modules"
],
"roots": [
"test"
],
"testMatch": [
"**/*__test.bs.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(bs-platform|reason-react|reason-react-compat|reason-react-update|bs-webapi|bs-css|bs-css-emotion)/)"
]
},
"devDependencies": {
"bs-platform": "^8.3.2",
"jest": "^26.6.2",
"moduleserve": "^0.9.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reason-test-framework": "^0.3.2"
"rescript-test": "^0.6.3"
},
"dependencies": {
"reason-react": "^0.9.1"
"@rescript/react": "^0.10.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet