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

edge-fs

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

edge-fs - npm Package Compare versions

Comparing version 0.1.0-pre to 0.2.0

32

package.json

@@ -8,10 +8,26 @@ {

},
"version": "0.1.0-pre",
"version": "0.2.0",
"description": "Edge-fs: run F# and node.js code in-process with edge.js",
"tags" : ["edge", "edgejs", "net", "clr", "F#", "managed", ".net", "node.js", "node"],
"tags": [
"edge",
"edgejs",
"net",
"clr",
"F#",
"managed",
".net",
"node.js",
"node"
],
"main": "./lib/edge-fs.js",
"engines": { "node": ">= 0.6" },
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
"engines": {
"node": ">= 0.6"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {},
"homepage": "http://tjanczuk.github.com/edge",

@@ -22,5 +38,5 @@ "repository": {

},
"bugs" : {
"url" : "http://github.com/7sharp9/edge-fs/issues"
"bugs": {
"url": "http://github.com/7sharp9/edge-fs/issues"
}
}
}

@@ -12,6 +12,6 @@ edge-fs

1. Make sure you have F# installed with your Visual Studio 2012
1. Make sure you have F# installed with Visual Studio 2012
2. Navigate to a test project
3. Install edge.js with `npm install edgejs -g` *(Note you dont have to do a global package install, just omit the -g)*
4. Install edge-fs into your test project with `npm install git://github.com/7sharp9/edge-fs.git -g`
4. Install edge-fs into your test project with `npm install edge-fs -g`
5. create a test node.js file along the lines of:

@@ -31,2 +31,2 @@

Ill be writing more documentation over time, as well as deploying a live npm package.
Ill be writing more documentation over time.
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