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

@ridi/parser-core

Package Overview
Dependencies
Maintainers
12
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/parser-core - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

LICENSE

2

lib/cacheFile.js

@@ -77,3 +77,3 @@ 'use strict';

}
_fsExtra2.default.writeFileSync(filePath, message, { flag: overwrite ? 'w' : 'a', encoding: 'binary' });
_fsExtra2.default.writeFileSync(filePath, message, { flag: overwrite ? 'w' : 'a', encoding: 'utf8' });
}
{
"name": "@ridi/parser-core",
"version": "0.5.0",
"version": "0.5.1",
"description": "Utilities for parsers",

@@ -28,3 +28,4 @@ "author": {

"unzipper": "^0.9.10"
}
},
"gitHead": "743e8125cd7c9ee1a9cadf4a151c756f8ab9423d"
}
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