Socket
Socket
Sign inDemoInstall

@hsds/utils-sass

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hsds/utils-sass - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

index.cjs.js

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

## [8.1.0](https://github.com/helpscout/hsds/compare/utils-sass-8.0.0...utils-sass-8.1.0) (2023-10-23)
### Features
* **workspace:** nx 16.8 ([fc69225](https://github.com/helpscout/hsds/commit/fc6922528431b16fdaf25bde4202c0b1c015935a))
### Bug Fixes
* **workspace:** remove the newly generated dts files ([88d0308](https://github.com/helpscout/hsds/commit/88d0308c83078e171333c390ae5f22d5e1529393))
## [8.0.0](https://github.com/helpscout/hsds/compare/utils-sass-7.1.2...utils-sass-8.0.0) (2023-09-05)

@@ -7,0 +19,0 @@

7

package.json
{
"name": "@hsds/utils-sass",
"version": "8.0.0",
"main": "./index.cjs",
"version": "8.1.0",
"main": "./index.cjs.js",
"type": "commonjs",
"types": "./src/index.d.ts",
"dependencies": {
"lodash.isplainobject": "^4.0.6"
"lodash.isplainobject": "4.0.6"
},
"peerDependencies": {}
}

@@ -14,6 +14,3 @@ "use strict";

*/
const forEach = function (list, callback) {
if (list === void 0) {
list = [];
}
const forEach = (list = [], callback) => {
if (typeof callback !== 'function') return '';

@@ -20,0 +17,0 @@ if (Array.isArray(list)) {

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