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.0.1 to 0.1.1

3

lib/getDisplayName.js

@@ -8,3 +8,2 @@ 'use strict';

exports['default'] = getDisplayName;
module.exports = exports['default'];
exports.default = getDisplayName;
{
"name": "react-display-name",
"version": "0.0.1",
"version": "0.1.1",
"description": "utility to return a react components display name",

@@ -8,4 +8,4 @@ "main": "./lib/getDisplayName.js",

"build": "npm run clean && npm run lint && npm run build:lib && npm run build:spec",
"build:lib": "mkdirp lib && babel src --out-dir lib",
"build:spec": "mkdirp lib/spec && babel spec --out-dir lib/spec",
"build:lib": "mkdirp lib && babel src -d lib",
"build:spec": "mkdirp lib/spec && babel spec -d lib/spec",
"test": "npm run build:spec && mocha 'lib/spec/*Spec.js'",

@@ -31,6 +31,10 @@ "clean": "rimraf lib",

"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^6.2.0",

@@ -37,0 +41,0 @@ "chai": "^3.3.0",

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