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

stylelint-high-performance-animation

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-high-performance-animation - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

utils/declarationValueIndex.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## v1.10.0
- Added: support for stylelint version 16.
## v1.9.0

@@ -2,0 +6,0 @@

2

index.js
"use strict";
const declarationValueIndex = require("stylelint/lib/utils/declarationValueIndex");
const declarationValueIndex = require("./utils/declarationValueIndex");
const stylelint = require("stylelint");

@@ -5,0 +5,0 @@ const valueParser = require("postcss-value-parser");

{
"name": "stylelint-high-performance-animation",
"version": "1.9.0",
"version": "1.10.0",
"description": "Stylelint rule for preventing the use of low performance animation and transition properties.",

@@ -21,2 +21,3 @@ "main": "index.js",

"index.js",
"utils",
"CHANGELOG.md",

@@ -39,3 +40,3 @@ "README.md"

"scripts": {
"jest": "jest",
"jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
"lint": "eslint . --ignore-path .gitignore",

@@ -46,6 +47,6 @@ "precommit": "lint-staged",

"release": "np",
"test": "jest --coverage"
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage"
},
"peerDependencies": {
"stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
"stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},

@@ -118,2 +119,3 @@ "eslintConfig": {

"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",

@@ -123,5 +125,5 @@ "eslint-plugin-sort-requires": "^2.1.0",

"jest": "^29.4.2",
"jest-preset-stylelint": "^6.0.0",
"lint-staged": "^13.1.1",
"np": "^8.0.4",
"jest-preset-stylelint": "^7.0.0",
"lint-staged": "^15.2.0",
"np": "^9.2.0",
"postcss": "^8.4.21",

@@ -131,3 +133,3 @@ "postcss-less": "^6.0.0",

"prettier": "^3.0.0",
"stylelint": "^15.1.0"
"stylelint": "^16.1.0"
},

@@ -134,0 +136,0 @@ "dependencies": {

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