styled-components-modifiers
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "styled-components-modifiers", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A library that enables BEM flavored modifiers to styled components", | ||
"main": "dist/styled-components-modifiers.js", | ||
"main": "dist/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Decisiv/Development/styled-components-modifiers.git" | ||
}, | ||
"keywords": [ | ||
"styled-components", | ||
"bem", | ||
"blocks", | ||
"elements", | ||
"modifiers", | ||
"responsive", | ||
"css" | ||
"css", | ||
"react" | ||
], | ||
"contributors": [ | ||
"David Daniell <ddaniell@decisiv.net>", | ||
"Andrew Poe <apoe@decisiv.net>", | ||
"Alan Smith <asmith@decisiv.net>", | ||
"David Schmidt <david.schmidt@agilityfeat.com>", | ||
"Joris Smit <joris@agilityfeat.com>", | ||
"Maxim Gorky <maxim@agilityfeat.com>", | ||
"Takeo Mori <takeo@agilityfeat.com>" | ||
], | ||
"contributors" : [ "UI Platform Development Team at Decisiv, Inc." ], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "babel lib -d dist --ignore *__tests__/", | ||
"build:clean": "rimraf ./dist", | ||
"lint": "eslint lib/**; exit 0", | ||
"prebuild": "npm run build:clean && npm run lint && npm run test", | ||
"prepublish": "npm run build", | ||
"review": "npm run lint && npm test", | ||
"test": "jest", | ||
"test:coverage:report": "opn coverage/lcov-report/index.html" | ||
}, | ||
"peerDependencies": { | ||
"prop-types": "^15.4.0" | ||
}, | ||
"dependencies": { | ||
"lodash.curry": "^4.1.1", | ||
"lodash.difference": "^4.5.0", | ||
"lodash.flatten": "^4.4.0", | ||
"lodash.forin": "^4.4.0", | ||
"lodash.iserror": "^3.1.1", | ||
"lodash.keys": "^4.2.0", | ||
"lodash.mapvalues": "^4.6.0", | ||
"lodash.uniq": "^4.5.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.0", | ||
"babel-preset-latest": "^6.24.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb-base": "^11.2.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
"jest": "^20.0.4", | ||
"opn-cli": "^3.1.0", | ||
"prop-types": "^15.5.10", | ||
"rimraf": "^2.6.1" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"lib/**", | ||
"!lib/index.js" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 90, | ||
"functions": 90, | ||
"lines": 90, | ||
"statements": 90 | ||
} | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
149833
10
182
2
0
218
9
11
+ Addedlodash.curry@^4.1.1
+ Addedlodash.difference@^4.5.0
+ Addedlodash.flatten@^4.4.0
+ Addedlodash.forin@^4.4.0
+ Addedlodash.iserror@^3.1.1
+ Addedlodash.keys@^4.2.0
+ Addedlodash.mapvalues@^4.6.0
+ Addedlodash.uniq@^4.5.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash.curry@4.1.1(transitive)
+ Addedlodash.difference@4.5.0(transitive)
+ Addedlodash.flatten@4.4.0(transitive)
+ Addedlodash.forin@4.4.0(transitive)
+ Addedlodash.iserror@3.1.1(transitive)
+ Addedlodash.keys@4.2.0(transitive)
+ Addedlodash.mapvalues@4.6.0(transitive)
+ Addedlodash.uniq@4.5.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)