Socket
Socket
Sign inDemoInstall

just-parse

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

just-parse - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "just-parse",
"version": "1.0.4",
"version": "1.0.5",
"description": "Enough configuration, just parse the goddamn file",

@@ -24,3 +24,3 @@ "main": "index.js",

"dependencies": {
"acorn": "^2.0.4",
"acorn": "^2.1.0",
"debug": "~2.2.0"

@@ -27,0 +27,0 @@ },

@@ -37,3 +37,3 @@ var justParse = require('../');

it.skip('does not hang on ios includes', function() {
it('does not hang on ios includes', function() {
var ast = justParse(fs.readFileSync(__dirname + '/example/ios_includes.js', 'utf8'));

@@ -40,0 +40,0 @@ assert(ast instanceof Object);

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