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

@fairdatasociety/beeson

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fairdatasociety/beeson - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.js

7

CHANGELOG.md
# Changelog
### [0.1.1](https://www.github.com/fairDataSociety/beeson/compare/v0.1.0...v0.1.1) (2022-08-15)
### Bug Fixes
* production build main file naming ([d737761](https://www.github.com/fairDataSociety/beeson/commit/d737761261e40c62f00d0e49983d3534e23c3f1d))
## 0.1.0 (2022-08-12)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "@fairdatasociety/beeson",
"version": "0.1.0",
"version": "0.1.1",
"description": "JSON serialisation format for web3",

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

@@ -16,5 +16,3 @@ /* eslint-disable no-console */

const isProduction = env?.mode === 'production'
const filename =
env?.fileName ||
['index', isProduction ? '.min' : null, '.js'].filter(Boolean).join('')
const filename = env?.fileName || ['index.js'].filter(Boolean).join('')
const entry = Path.resolve(__dirname, 'src')

@@ -86,3 +84,3 @@ const path = Path.resolve(__dirname, 'dist')

},
sourceMap: true
sourceMap: true,
},

@@ -89,0 +87,0 @@ // Use multi-process parallel running to improve the build speed

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