New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-property

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-property - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

lib/HTMLDOMPropertyConfig.js

@@ -149,3 +149,3 @@ module.exports = {

security: 0,
unselectable: 0
unselectable: 0,
},

@@ -156,4 +156,4 @@ DOMAttributeNames: {

htmlFor: 'for',
httpEquiv: 'http-equiv'
}
httpEquiv: 'http-equiv',
},
};

@@ -6,3 +6,3 @@ module.exports = {

HAS_POSITIVE_NUMERIC_VALUE: 24,
HAS_OVERLOADED_BOOLEAN_VALUE: 32
HAS_OVERLOADED_BOOLEAN_VALUE: 32,
};

@@ -241,3 +241,3 @@ module.exports = {

z: 0,
zoomAndPan: 0
zoomAndPan: 0,
},

@@ -327,4 +327,4 @@ DOMAttributeNames: {

xmlLang: 'xml:lang',
xmlSpace: 'xml:space'
}
xmlSpace: 'xml:space',
},
};
{
"name": "react-property",
"version": "1.0.1",
"version": "1.0.2",
"description": "HTML and SVG DOM property configs used by React.",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run build:html && npm run build:injection && npm run build:svg",
"build": "npm run build:html && npm run build:injection && npm run build:svg",
"build:html": "node scripts/build-html",

@@ -12,5 +12,5 @@ "build:injection": "node scripts/build-injection",

"clean": "rm -rf lib",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run build",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run lint && npm run clean && npm run build && npm test",
"test": "jest --coverage --ci",

@@ -41,10 +41,10 @@ "test:watch": "jest --watch"

"devDependencies": {
"eslint": "^6.0.1",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"react-dom": "^15"
},
"license": "MIT",
"gitHead": "46a7edbdf7d10138dd2fd348bd32175e3865392e"
"gitHead": "fc261503bb1d9a03359ed16ac099daeba33b5fb9"
}

@@ -7,12 +7,10 @@ # react-property

HTML and SVG DOM property configs used by React.
[HTML](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/HTMLDOMPropertyConfig.js) and [SVG](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/SVGDOMPropertyConfig.js) [DOM](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/DOMProperty.js) property configs used by [React](https://github.com/facebook/react).
[Repl.it](https://repl.it/@remarkablemark/react-property)
## Install
```sh
# with npm
$ npm install react-property --save
# with yarn
$ yarn add react-property
npm install react-property
```

@@ -19,0 +17,0 @@

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