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

@8base/utils

Package Overview
Dependencies
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/utils - npm Package Compare versions

Comparing version 0.4.20 to 0.4.21

4

package.json
{
"name": "@8base/utils",
"version": "0.4.20",
"version": "0.4.21",
"main": "lib/utils.js",

@@ -22,3 +22,3 @@ "scripts": {

"devDependencies": {
"@8base/webpack-configuration": "^0.4.20",
"@8base/webpack-configuration": "^0.4.21",
"babel-cli": "^6.26.0",

@@ -25,0 +25,0 @@ "babel-core": "^6.26.3",

@@ -5,2 +5,14 @@ const { configBuilder } = require('@8base/webpack-configuration');

module.exports = configBuilder(__dirname, LIBRARY_NAME);
const externals = {
'@8base/sdk': '@8base/sdk',
ramda: 'ramda',
};
module.exports = configBuilder(__dirname, LIBRARY_NAME, {
prod: {
externals,
},
dev: {
externals,
},
});
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