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

react-updater

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-updater - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "react-updater",
"description": "Functional stateful components made easy",
"version": "1.0.1",
"version": "1.0.2",
"browser": "dist/react-updater.js",

@@ -33,8 +33,8 @@ "main": "lib/index.js",

"bundle-umd": "BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/react-updater.js",
"bundle": "yarn run bundle-commonjs && yarn run bundle-es && yarn run bundle-umd-min && yarn run bundle-umd",
"bundle": "npm run bundle-commonjs && npm run bundle-es && npm run bundle-umd-min && npm run bundle-umd",
"clear": "rimraf lib es dist coverage",
"lint": "eslint src __tests__",
"prepublish": "yarn clear && yarn bundle",
"prepublish": "npm run clear && npm run bundle",
"test": "jest --env=jsdom",
"test-watch": "yarn test -- --watch --notify"
"test-watch": "npm test -- --watch --notify"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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