Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fx-contrib

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fx-contrib - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

fxdom/index.js

25

package.json
{
"name": "fx-contrib",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test/*.spec.js --require esm"
},

@@ -15,2 +15,5 @@ "repository": {

"fxjs",
"fxdom",
"fxsql",
"functional",
"utilities"

@@ -25,4 +28,18 @@ ],

"dependencies": {
"fxjs2": "^0.9.5"
}
"fxdom": "latest",
"fxjs2": "latest",
"fxsql": "latest"
},
"devDependencies": {
"esm": "^3.2.25",
"mocha": "^6.2.0"
},
"files": [
"index.js",
"fxdom",
"fxjs",
"fxsql"
],
"type": "module",
"sideEffects": false
}
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