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

jss-px

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-px - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

bower.json
{
"name": "jss-px",
"description": "Adds default px unit to numeric values where needed.",
"version": "0.1.3",
"version": "0.1.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Oleg Slobodskoi",

@@ -7,2 +7,4 @@ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.jssPx=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

var cssNumber = {
'animation-iteration-count': true,
'box-ordinal-group': true,
'column-count': true,

@@ -12,2 +14,3 @@ 'fill-opacity': true,

'flex-grow': true,
'flex-order': true,
'flex-shrink': true,

@@ -19,2 +22,4 @@ 'font-weight': true,

'orphans': true,
'stop-opacity': true,
'tab-size': 1,
'widows': true,

@@ -21,0 +26,0 @@ 'z-index': true,

@@ -6,2 +6,4 @@ 'use strict'

var cssNumber = {
'animation-iteration-count': true,
'box-ordinal-group': true,
'column-count': true,

@@ -11,2 +13,3 @@ 'fill-opacity': true,

'flex-grow': true,
'flex-order': true,
'flex-shrink': true,

@@ -18,2 +21,4 @@ 'font-weight': true,

'orphans': true,
'stop-opacity': true,
'tab-size': 1,
'widows': true,

@@ -20,0 +25,0 @@ 'z-index': true,

{
"name": "jss-px",
"description": "Adds default px unit to numeric values where needed.",
"version": "0.1.3",
"version": "0.1.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Oleg Slobodskoi",

Sorry, the diff of this file is not supported yet

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