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

react-adopt

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-adopt - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

dist/index.test.d.ts

2

dist/index.d.ts

@@ -23,5 +23,5 @@ /// <reference types="react" />

export declare class Adopt extends React.Component<AdoptProps<any, any>> {
Composed: React.ComponentType<any>;
private Composed;
constructor(props: any);
render(): JSX.Element;
}
{
"name": "react-adopt",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.js",

@@ -18,6 +18,7 @@ "umd:main": "dist/index.umd.js",

"build:prod": "yarn build --compress",
"prebuild:prod": "yarn run fix:prettier",
"prebuild:prod": "yarn run fix",
"test": "cross-env NODE_ENV=test jest",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint -p ./",
"release": "np",

@@ -46,4 +47,4 @@ "prerelease": "yarn build:prod"

"@types/jest": "^22.2.3",
"@types/react": "^16.3.13",
"cross-env": "^5.1.4",
"@types/react": "^16.3.14",
"cross-env": "^5.1.5",
"enzyme": "^3.3.0",

@@ -54,11 +55,11 @@ "enzyme-adapter-react-16": "^1.1.1",

"libundler": "^1.6.4",
"lint-staged": "^7.0.5",
"lint-staged": "^7.1.0",
"np": "^2.20.1",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.3",
"prettier": "^1.12.1",
"react-dom": "^16.3.2",
"react-powerplug": "^0.1.5",
"ts-jest": "^22.4.4",
"ts-node": "^6.0.1",
"tslint": "^5.9.1",
"ts-jest": "^22.4.5",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",

@@ -65,0 +66,0 @@ "typescript": "^2.8.3"

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