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

px2rem

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

px2rem - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

browser/browser-test.html

8

package.json
{
"name": "px2rem",
"description": "According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/songsiqi/px2rem",

@@ -35,3 +35,4 @@ "author": {

"mocha": "^2.1.0",
"cssmin": "~0.4.3"
"cssmin": "~0.4.3",
"browserify": "^9.0.8"
},

@@ -46,3 +47,4 @@ "directories": {

"test": "mocha",
"test-travis": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
"test-travis": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot",
"browserify": "browserify -r ./index.js:px2rem -o ./browser/bundle.js"
},

@@ -49,0 +51,0 @@ "main": "index.js",

@@ -5,2 +5,16 @@ # px2rem

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Downloads][downloads-image]][downloads-url]
[npm-image]: https://img.shields.io/npm/v/px2rem.svg?style=flat-square
[npm-url]: https://npmjs.org/package/px2rem
[travis-image]: https://img.shields.io/travis/songsiqi/px2rem.svg?style=flat-square
[travis-url]: https://travis-ci.org/songsiqi/px2rem
[coveralls-image]: https://img.shields.io/coveralls/songsiqi/px2rem.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/songsiqi/px2rem
[downloads-image]: http://img.shields.io/npm/dm/px2rem.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/px2rem
This node module contains:

@@ -138,2 +152,6 @@

### 0.1.9
* Add browserify support.
### 0.1.8

@@ -140,0 +158,0 @@

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