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

hoist-non-react-methods

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoist-non-react-methods - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "hoist-non-react-methods",
"version": "1.0.0",
"version": "1.0.1",
"description": "Copies non-react specific methods from a child component to a parent component",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"scripts": {
"test": "mocha --reporter spec --compilers js:babel/register --recursive",
"test": "mocha --reporter spec --compilers js:babel-core/register --recursive",
"build:clean": "rimraf lib coverage",

@@ -31,2 +31,3 @@ "build:js": "babel -s -d lib/ src/",

"babel-eslint": "^5.0.0-beta6",
"babel-plugin-syntax-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",

@@ -46,3 +47,3 @@ "babel-preset-es2015": "^6.3.13",

"parallelshell": "^2.0.0",
"react": "<0.15.0",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",

@@ -49,0 +50,0 @@ "rimraf": "^2.5.1",

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