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.3.1 to 1.4.0

2

CHANGELOG.md

@@ -5,3 +5,3 @@ # Change Log

## 1.3.1
## 1.4.0
### Fixed

@@ -8,0 +8,0 @@ - use require's resolve to get dependency paths

@@ -103,7 +103,4 @@ /* jshint node: true */

fs.ensureDirSync(path.join(this.destDir, 'libraries', 'expansions'));
// NOTE: not using getPackagePath('calcite-bootstrap/package.json'); here
// b/c that ends up resolving to a previous version in the monorepo
// that is a dependency of the other addons
// so for now we are forcing to use the direct dependency of this app
var calciteBootstrapPath = path.join('node_modules', 'calcite-bootstrap');
var calciteBootstrapPath = getPackagePath('calcite-bootstrap/package.json')
console.log('calciteBootstrapPath', calciteBootstrapPath);

@@ -110,0 +107,0 @@ promises.push(copy(path.join(calciteBootstrapPath, 'dist', 'sass', 'expansions'), path.join(this.destDir, 'libraries', 'expansions')));

@@ -8,3 +8,3 @@ {

"devDependencies": {},
"version": "1.3.1",
"version": "1.4.0",
"main": "index.js",

@@ -11,0 +11,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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