New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adora-wallet/adoracore-build

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adora-wallet/adoracore-build

A helper for common tasks to build adoracore modules'

  • 8.25.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Adoracore Build

A helper to add tasks to gulp.

Getting started

Install with:

npm install adoracore-build

And use and require in your gulp file:

var gulp = require('gulp');
var adoracoreTasks = require('adoracore-build');

adoracoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);

Notes

  • There's no default task to allow for each submodule to set up their own configuration
  • If the module is node-only, avoid adding the browser tasks with:
var adoracoreTasks = require('adoracore-build');
adoracoreTasks('submodule', {skipBrowsers: true});

License

Code released under the MIT license.

Copyright 2022 Adora.

Keywords

FAQs

Package last updated on 19 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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