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.0.0-beta.1 to 0.1.0

.editorconfig

62

package.json
{
"name": "react-adopt",
"version": "0.0.0-beta.1",
"main": "index.js",
"license": "MIT"
"version": "0.1.0",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"source": "src/index.tsx",
"license": "MIT",
"scripts": {
"dev": "libundler watch --ts",
"build": "libundler build --ts --sourcemap",
"build:prod": "yarn build --compress",
"prebuild:prod": "yarn run fix:prettier",
"test": "jest",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint -c tslint.json 'src/index.tsx'",
"release": "np",
"prerelease": "yarn build:prod"
},
"dependencies": {
"react": "^16.3.0"
},
"peerDependencies": {
"react": "^16.3.0"
},
"devDependencies": {
"@types/enzyme": "^3.1.9",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/jest": "^22.2.2",
"@types/react": "^16.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.4.3",
"libundler": "^1.5.1",
"np": "^2.20.1",
"npm-run-all": "^4.1.2",
"prettier": "^1.11.1",
"react-dom": "^16.3.0",
"ts-jest": "^22.4.2",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"typescript": "^2.8.1"
},
"jest": {
"setupFiles": [
"<rootDir>/utils/test-setup.ts"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|jsx?|jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
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