react-display-name
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "react-display-name", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "utility to return a react components display name", | ||
"main": "./lib/getDisplayName.js", | ||
"typings": "./lib/getDisplayName.d.ts", | ||
"files": [ | ||
@@ -10,3 +11,3 @@ "lib" | ||
"scripts": { | ||
"build:lib": "mkdirp lib && babel src -d lib", | ||
"build:lib": "mkdirp lib && babel src -d lib && cpy src/*.d.ts lib", | ||
"build:spec": "mkdirp lib/spec && babel spec -d lib/spec", | ||
@@ -35,2 +36,3 @@ "build": "npm run clean && npm run lint && npm run build:lib && npm run build:spec", | ||
"devDependencies": { | ||
"@types/react": "*", | ||
"babel-cli": "^6.24.1", | ||
@@ -42,2 +44,3 @@ "babel-eslint": "^7.2.3", | ||
"chai": "^4.1.0", | ||
"cpy-cli": "^1.0.1", | ||
"eslint": "4.3.0", | ||
@@ -44,0 +47,0 @@ "eslint-plugin-import": "^2.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
9640
5
144
0
15