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

homunculus

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homunculus - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

gulpfile.js

17

package.json
{
"name": "homunculus",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "A lexer&parser by Javascript",
"maintainers": [

@@ -12,3 +12,3 @@ {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test"
},

@@ -21,3 +21,4 @@ "repository": {

"lexer",
"parser"
"parser",
"javascript"
],

@@ -36,3 +37,9 @@ "author": "army8735",

},
"readmeFilename": "README.md"
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "^1.17.1",
"gulp": "^3.5.5",
"gulp-clean": "^0.2.4",
"expect.js": "^0.3.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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