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

@anvilco/anvil

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anvilco/anvil - npm Package Compare versions

Comparing version 3.0.1-beta.0 to 3.0.1

3

CHANGELOG.md

@@ -8,2 +8,5 @@ # Changelog

## [v3.0.1]
- Fix "double-default" ESM exports, but also leave for backwards compatibility. https://github.com/anvilco/node-anvil/issues/354
## [v3.0.0]

@@ -10,0 +13,0 @@ - BREAKING: Drop support for `Node 12`.

@@ -5,2 +5,4 @@ const Dist = require('./dist')

module.exports = Dist.default
// This is here just for backwards compatibilty. Should be removed at next
// major verison to avoid a breaking change
module.exports.default = Dist.default

2

package.json
{
"name": "@anvilco/anvil",
"version": "3.0.1-beta.0",
"version": "3.0.1",
"description": "Anvil API Client",

@@ -5,0 +5,0 @@ "author": "Anvil Foundry Inc.",

Sorry, the diff of this file is not supported yet

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