Socket
Socket
Sign inDemoInstall

agestor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agestor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "agestor",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.jsx",

@@ -8,6 +8,13 @@ "author": "Henrique Borges <henriqueborgeshbr@gmail.com>",

"babel": {
"plugins": ["@babel/plugin-proposal-class-properties"]
"plugins": [
"@babel/plugin-proposal-class-properties"
]
},
"scripts": {
"start": "parcel src/dev/index.html --no-cache"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5"
"@babel/plugin-proposal-class-properties": "^7.5.5",
"eslint": "^6.3.0",
"parcel": "^2.0.0-alpha.1.1"
},

@@ -14,0 +21,0 @@ "dependencies": {

@@ -8,3 +8,3 @@ import React from 'react'

*/
const createStore = (WrappedComponent, initialValue) => {
const createStore = (WrappedComponent, initialValue = {}) => {
return class extends React.Component {

@@ -11,0 +11,0 @@ constructor(props) {

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