New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

embark-solc

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embark-solc - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

3

lib/Compiler.js

@@ -114,3 +114,4 @@ const async = require('async');

compilationSettings.sources[file.path] = {
// TODO change this to Embark's utils function once embark-solc is in the mono-repo
compilationSettings.sources[file.path.replace(/\\/g, '/')] = {
content: content.replace(/\r\n/g, '\n')

@@ -117,0 +118,0 @@ };

{
"name": "embark-solc",
"version": "4.0.2",
"version": "4.0.3",
"description": "Solc plugin for Embark (uses command line)",

@@ -5,0 +5,0 @@ "main": "index.js",

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