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

ether-pudding

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ether-pudding - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "ether-pudding",
"version": "2.0.3",
"version": "2.0.4",
"description": "Pudding - a (more) delightful Ethereum contract abstraction",

@@ -5,0 +5,0 @@ "author": "Tim Coulter",

@@ -13,4 +13,11 @@ var pkg = require("./package.json");

path: "./dist",
filename: `[name]`
filename: `[name]`,
// Output as a library usable outside of webpack
libraryTarget: "var",
library: "Pudding"
},
externals: {
"bluebird": "Promise"
},
module: {

@@ -17,0 +24,0 @@ loaders: [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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