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

fela-plugin-fallback-value

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-plugin-fallback-value - npm Package Compare versions

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

13

package.json
{
"name": "fela-plugin-fallback-value",
"version": "12.0.0-rc.0",
"version": "12.0.0-rc.1",
"description": "Fela plugin to resolve fallback values",

@@ -18,5 +18,5 @@ "typings": "index.d.ts",

"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__",

@@ -29,3 +29,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"
},

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

"dependencies": {
"css-in-js-utils": "^3.0.0"
"css-in-js-utils": "^3.0.0",
"isobject": "^4.0.0"
},

@@ -62,3 +63,3 @@ "devDependencies": {

},
"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