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

@oddbird/blend

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oddbird/blend - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.github/workflows/publish-docs.yml

5

CHANGELOG.md
# Blend Changelog
## v0.2.4 - 2022.12.14
- 🏠 INTERNAL: Remove documentation from npm package
- 🏠 INTERNAL: Upgrade dependencies
## v0.2.3 - 2021.09.18

@@ -4,0 +9,0 @@

12

package.json
{
"name": "@oddbird/blend",
"version": "0.2.3",
"version": "0.2.4",
"title": "Blend",

@@ -40,8 +40,8 @@ "description": "New color formats, adjustments, and conversions in Sass",

"devDependencies": {
"mocha": "^8.0.1",
"sass": "^1.41.1",
"sass-true": "^5.0.0",
"sassdoc": "^2.7.2",
"sassdoc-theme-herman": "^3.2.0"
"mocha": "^10.2.0",
"sass": "^1.56.2",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.0"
}
}

@@ -5,11 +5,2 @@ var path = require('path');

var sassFile = path.join(__dirname, '.', 'index.scss');
sassTrue.runSass(
{
file: sassFile,
},
{
sass: require('sass'),
describe,
it,
}
);
sassTrue.runSass({ describe, it }, sassFile);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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