Socket
Socket
Sign inDemoInstall

@toruslabs/torus-scripts

Package Overview
Dependencies
594
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

5

config/rollup.config.js

@@ -62,5 +62,6 @@ // gets the rollup config for build

module.exports = (name) => {
const code = babel.transformFileSync(paths.appRollupConfig, { presets: ["@babel/env"] }).code;
const userConfig = fs.existsSync(paths.appRollupConfig) ? requireFromString(code).default : {};
const userConfig = fs.existsSync(paths.appRollupConfig)
? requireFromString(babel.transformFileSync(paths.appRollupConfig, { presets: ["@babel/env"] }).code).default
: {};
return mergewith(getDefaultConfig(name), userConfig, customizer);
};

4

package.json
{
"name": "@toruslabs/torus-scripts",
"version": "0.0.10",
"version": "0.0.11",
"bin": {

@@ -34,3 +34,3 @@ "torus-scripts": "./bin/torus-scripts.js"

},
"gitHead": "3ee5c1e1d14f52302ec58334efaebaa781be8807"
"gitHead": "37a79220857c1708d56d1a4cea66cec013ab24ce"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc