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

vfile

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfile - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

history.md

@@ -5,2 +5,7 @@ <!--mdast setext-->

1.1.2 / 2015-10-16
==================
* Fix missing `Error` properties on `VFileMessage` ([c896cf9](https://github.com/wooorm/vfile/commit/c896cf9))
1.1.1 / 2015-10-14

@@ -7,0 +12,0 @@ ==================

@@ -87,2 +87,9 @@ /**

/*
* Expose defaults.
*/
proto.file = proto.name = proto.reason = proto.message = proto.stack = '';
proto.fatal = proto.column = proto.line = null;
/**

@@ -89,0 +96,0 @@ * File-related message with location information.

2

package.json
{
"name": "vfile",
"version": "1.1.1",
"version": "1.1.2",
"description": "Virtual file format for text processing",

@@ -5,0 +5,0 @@ "license": "MIT",

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