Socket
Socket
Sign inDemoInstall

@fluffy-spoon/csharp-parser

Package Overview
Dependencies
7
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.137.0 to 1.138.0

src/nearley/grammar.js

11

package.json
{
"name": "@fluffy-spoon/csharp-parser",
"version": "1.137.0",
"description": "Parses C# code as well as possible into TypeScript objects.",
"version": "1.138.0",
"description": "Parses C# code as well as possible into objects in TypeScript.",
"main": "./dist/src/Index",

@@ -9,3 +9,4 @@ "typings": "./dist/src/Index.d.ts",

"test": "jasmine",
"build": "tsc"
"build": "tsc",
"nearley": "nearleyc src/nearley/grammar.ne -o src/nearley/grammar.js"
},

@@ -29,3 +30,5 @@ "repository": {

},
"dependencies": {}
"dependencies": {
"nearley": "^2.16.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc