New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rfs

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfs - npm Package Compare versions

Comparing version 9.0.5 to 9.0.6

2

lib/rfs.js

@@ -52,3 +52,3 @@ const postcss = require('postcss');

toFixed(number, precision) {
const multiplier = Math.pow(10, precision + 1);
const multiplier = 10 ** (precision + 1);
const wholeNumber = Math.floor(number * multiplier);

@@ -55,0 +55,0 @@

{
"name": "rfs",
"version": "9.0.5",
"version": "9.0.6",
"main": "postcss.js",

@@ -44,7 +44,7 @@ "description": "Powerful & easy-to-use responsive resizing engine.",

"xo": "xo",
"lint": "npm-run-all --parallel xo stylelint",
"lint": "npm-run-all --parallel --aggregate-output --continue-on-error xo stylelint",
"test": "npm run lint && npm run mocha",
"generate-test-results": "node-sass test/sass/ -o test/expected/ && prettier --write test/expected/*.css",
"examples": "npm-run-all --parallel --continue-on-error gulp-examples node-examples",
"gulp-examples": "npm-run-all --parallel --continue-on-error gulp-example-*",
"examples": "npm-run-all --parallel --aggregate-output --continue-on-error gulp-examples node-examples",
"gulp-examples": "npm-run-all --parallel --aggregate-output --continue-on-error gulp-example-*",
"gulp-example-less": "gulp --gulpfile=examples/less/gulpfile.js",

@@ -54,3 +54,3 @@ "gulp-example-postcss": "gulp --gulpfile=examples/postcss/gulpfile.js",

"gulp-example-stylus": "gulp --gulpfile=examples/stylus/gulpfile.js",
"node-examples": "npm-run-all --parallel --continue-on-error node-example-*",
"node-examples": "npm-run-all --parallel --aggregate-output --continue-on-error node-example-*",
"node-example-less": "node examples/less/index.js",

@@ -66,14 +66,14 @@ "node-example-postcss": "node examples/postcss/index.js",

"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-less": "^5.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass": "^4.1.1",
"gulp-stylus": "^2.7.0",
"less": "^3.13.1",
"less4": "npm:less@^4.1.1",
"less": "^4.1.1",
"less3": "npm:less@^3.13.1",
"mocha": "^7.2.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.35",
"postcss": "^7.0.36",
"prettier": "^1.19.1",
"sass": "^1.36.0",
"sass": "^1.39.0",
"stylelint": "^12.0.1",

@@ -96,6 +96,5 @@ "stylelint-config-standard": "^20.0.0",

"import/extensions": "off",
"promise/prefer-await-to-then": "off",
"unicorn/prefer-exponentiation-operator": "off"
"promise/prefer-await-to-then": "off"
}
}
}
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