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

acquit

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acquit - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

History.md

@@ -0,1 +1,5 @@

1.0.5 / 2019-06-15
==================
* fix: fix crash on node 4.x
1.0.4 / 2019-06-15

@@ -2,0 +6,0 @@ ==================

4

lib/parse.js

@@ -0,1 +1,3 @@

'use strict';
var esprima = require('esprima');

@@ -98,3 +100,3 @@ var formatCode = require('./formatCode');

var p = prop.split('.');
for (let i = 0; i < p.length; ++i) {
for (var i = 0; i < p.length; ++i) {
if (obj == null) {

@@ -101,0 +103,0 @@ return null;

{
"name": "acquit",
"version": "1.0.4",
"version": "1.0.5",
"description": "Parse BDD tests (Mocha, Jasmine) to generate documentation",

@@ -5,0 +5,0 @@ "homepage": "http://acquit.mongoosejs.io",

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