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.27 to 0.5.0

6

package.json
{
"name": "@8base/utils",
"version": "0.4.27",
"version": "0.5.0",
"main": "lib/utils.js",
"scripts": {
"build": "webpack --env prod",
"build": "webpack --env production --mode production",
"docs": "NODE_ENV=test documentation readme src/formatters/formatDataForMutation.js --section=API",

@@ -22,3 +22,3 @@ "test": "NPM_ENV=test jest",

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

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

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

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