Socket
Socket
Sign inDemoInstall

fela-plugin-extend

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-extend - npm Package Compare versions

Comparing version 12.0.0-rc.0 to 12.0.0-rc.1

12

package.json
{
"name": "fela-plugin-extend",
"version": "12.0.0-rc.0",
"version": "12.0.0-rc.1",
"description": "Fela plugin to extend style objects",

@@ -17,5 +17,5 @@ "main": "lib/index.js",

"scripts": {
"setup": "yarn build",
"setup": "pnpm build",
"clean": "rimraf lib es coverage",
"build": "yarn clean && yarn build:es && yarn build:lib",
"build": "pnpm clean && pnpm build:es && pnpm build:lib",
"build:es": "babel src --out-dir es --ignore **/__tests__",

@@ -28,3 +28,3 @@ "build:lib": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore **/__tests__",

"test": "jest --config=jest.config.js",
"coverage": "yarn test --coverage"
"coverage": "pnpm test --coverage"
},

@@ -45,3 +45,3 @@ "repository": "https://github.com/robinweser/fela/",

"fast-loops": "^1.0.0",
"fela-utils": "^12.0.0-rc.0",
"fela-utils": "^12.0.0-rc.1",
"isobject": "^3.0.1"

@@ -66,3 +66,3 @@ },

},
"gitHead": "00f02f410f17a7693479ea3349bb3a9f223359af"
"gitHead": "20e073d04b1a97beb6a099e160b0813db845a5e9"
}
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