Socket
Socket
Sign inDemoInstall

@emotion/is-prop-valid

Package Overview
Dependencies
1
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.8.2

6

CHANGELOG.md
# @emotion/is-prop-valid
## 0.8.2
### Patch Changes
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pulls/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
## 0.8.1

@@ -4,0 +10,0 @@

9

dist/is-prop-valid.browser.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault(ex) {
return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex;
}
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

@@ -24,2 +20,3 @@ var memoize = _interopDefault(require('@emotion/memoize'));

);
exports.default = index;
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault(ex) {
return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex;
}
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

@@ -24,2 +20,3 @@ var memoize = _interopDefault(require('@emotion/memoize'));

);
exports.default = index;
{
"name": "@emotion/is-prop-valid",
"version": "0.8.1",
"version": "0.8.2",
"description": "A function to check whether a prop is valid for HTML and SVG elements",

@@ -17,3 +17,3 @@ "main": "dist/is-prop-valid.cjs.js",

"dependencies": {
"@emotion/memoize": "0.7.1"
"@emotion/memoize": "0.7.2"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc