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

ember-cli-deploy-archive-sass

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-archive-sass - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

8

index.js

@@ -98,4 +98,8 @@ /* jshint node: true */

fs.ensureDirSync(path.join(this.destDir, 'libraries', 'calcite'));
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'calcite'), path.join(this.destDir, 'libraries', 'calcite')));
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'expansions'));
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'expansions'), path.join(this.destDir, 'libraries', 'expansions')));
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'mixins'));
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'mixins'), path.join(this.destDir, 'libraries', 'mixins')));
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'themes'));
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'themes'), path.join(this.destDir, 'libraries', 'themes')));

@@ -102,0 +106,0 @@ // the asset map

@@ -12,3 +12,3 @@ {

},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",

@@ -33,3 +33,3 @@ "dependencies": {

"homepage": "https://github.com/ArcGIS/ember-cli-deploy-archive-sass#readme",
"description": ""
"description": "Ember-Cli Deploy plugin that packages up a tree of sass files so that a rails app can use them to generate custom themes for the ArcGIS Hub application."
}
# ember-cli-deploy-archive-sass
While distributed via NPM, this package is 100% specific to the ArcGIS Hub deploy process.
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