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

react-display-name

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-display-name - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

lib/getDisplayName.d.ts

7

package.json
{
"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",

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