Socket
Socket
Sign inDemoInstall

startijenn-rem

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

.github/workflows/node.js.yml

2

index.cjs.js

@@ -56,5 +56,5 @@ 'use strict';

exports.convert = convert;
exports.default = rem;
exports["default"] = rem;
exports.em = em;
exports.px = px;
exports.rem = rem;
{
"name": "startijenn-rem",
"version": "1.0.2",
"version": "1.1.0",
"description": "JavaScript function to convert CSS rem units.",

@@ -12,4 +12,5 @@ "keywords": [

],
"main": "./index.cjs.js",
"module": "./index.js",
"main": "index.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -29,5 +30,5 @@ "prepublish": "npm run build",

"devDependencies": {
"jest": "^27.0.6",
"rollup": "^2.52.8"
"jest": "^28.1.0",
"rollup": "^2.75.5"
}
}

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

# Startijenn Rem [![Build Status][ci-img]][ci]
# startijenn-rem [![Node.js CI](https://github.com/pierreburel/startijenn-rem/actions/workflows/node.js.yml/badge.svg)](https://github.com/pierreburel/startijenn-rem/actions/workflows/node.js.yml)
JavaScript function to convert CSS rem units. Used by [postcss-rem](https://github.com/pierreburel/postcss-rem).
[ci-img]: https://travis-ci.org/pierreburel/startijenn-rem.svg
[ci]: https://travis-ci.org/pierreburel/startijenn-rem
## Usage

@@ -9,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc