Socket
Socket
Sign inDemoInstall

@fower/core

Package Overview
Dependencies
8
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.77.0 to 1.78.0

LICENSE

30

package.json
{
"name": "@fower/core",
"version": "1.77.0",
"version": "1.78.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsdx watch --verbose",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"test:watch": "tsdx test --watch",
"test:cov": "tsdx test --coverage --passWithNoTests",
"lint": "tsdx lint"
},
"files": [

@@ -25,12 +17,22 @@ "types",

"dependencies": {
"@fower/atomic-props": "^1.77.0",
"@fower/color-helper": "^1.77.0",
"@fower/css-object-processor": "^1.77.0",
"@fower/utils": "^1.77.0",
"csstype": "^3.1.2",
"deepmerge": "^4.2.2",
"string-hash": "^1.1.3"
"string-hash": "^1.1.3",
"@fower/atomic-props": "1.78.0",
"@fower/color-helper": "1.78.0",
"@fower/utils": "1.78.0",
"@fower/css-object-processor": "1.78.0"
},
"devDependencies": {
"@types/string-hash": "^1.1.1",
"tsup": "^6.5.0"
},
"scripts": {
"start": "tsdx watch --verbose",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"test:watch": "tsdx test --watch",
"test:cov": "tsdx test --coverage --passWithNoTests",
"lint": "tsdx lint"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc