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

jss-default-unit

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-default-unit - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

dist/jss-default-unit.js

6

changelog.md

@@ -1,3 +0,7 @@

## 4.1.0 / 2016-09-25
## 4.1.1 / 2016-11-05
- fix dist file name
## 4.1.0 / 2016-11-05
- migrate to mocha tests

@@ -4,0 +8,0 @@ - integration with jss-nested, jss-expand

6

package.json
{
"name": "jss-default-unit",
"description": "JSS plugin that adds default custom unit to numeric values where needed",
"version": "4.1.0",
"version": "4.1.1",
"author": {

@@ -32,4 +32,4 @@ "name": "Oleg Slobodskoi",

"build:dist": "npm run build:dist:max && npm run build:dist:min",
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/react-jss.js",
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-jss.min.js",
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-default-unit.js",
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-default-unit.min.js",
"clean": "rimraf {lib,dist,tests,tmp}/*",

@@ -36,0 +36,0 @@ "lint": "eslint ./src",

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