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

flag

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flag - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

.npmignore

53

package.json
{
"name": "flag",
"version": "1.0.0",
"description": "A temporary holding place for this while I work on it.",
"main": "index.js",
"author": "Gabe Scholz",
"license": "MIT"
"version": "1.0.2",
"description": "Feature flagging made easy for React and Redux",
"main": "./build/index.ts",
"types": "./build/index.d.ts",
"author": "Unbounce",
"license": "MIT",
"repository": "github:unbounce/react-redux-feature-flag",
"scripts": {
"test": "jest",
"build": "rm -rf build && tsc --outDir build -d",
"release": "np"
},
"dependencies": {
"@types/lodash": "^4.14.64",
"deep-computed": "^0.0.6"
},
"peerDependencies": {
"lodash": "^4.17.4",
"react": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0"
},
"devDependencies": {
"@types/jest": "^19.2.3",
"@types/react": "^15.0.25",
"@types/react-redux": "^4.4.40",
"enzyme": "^2.8.2",
"jest": "^20.0.4",
"np": "^2.15.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"ts-jest": "^20.0.4",
"typescript": "^2.3.3"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
}
}
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