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

pegjs-require-import

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pegjs-require-import - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

8

package.json
{
"name": "pegjs-require-import",
"version": "0.0.2",
"version": "0.0.3",
"description": "PEG.js Require Extension",

@@ -9,2 +9,6 @@ "main": "src/index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/phuongduyphan/pegjs-require-import"
},
"keywords": [

@@ -19,3 +23,3 @@ "pegjs",

"author": "Duy Phan <phuongduyphan@gmail.com> (https://github.com/phuongduyphan)",
"license": "ISC",
"license": "MIT",
"dependencies": {

@@ -22,0 +26,0 @@ "lodash": "^4.17.15",

# [PEG.js](https://github.com/pegjs/pegjs) Require Extension
A simple require extension for PEG.js that supports importing syntax
A simple require extension for PEG.js that supports importing syntax
*If you're using webpack, it's recommended to use [pegjs-import-loader](https://github.com/phuongduyphan/pegjs-import-loader)*

@@ -33,2 +35,5 @@ ## Install

```
*Import syntax is the same as in [pegjs-import-loader](https://github.com/phuongduyphan/pegjs-import-loader)*
### Generate a parser in JS code using require

@@ -35,0 +40,0 @@ ```js

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