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

@dhis2/prop-types

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/prop-types - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

build/cjs/index.js

@@ -18,2 +18,8 @@ "use strict";

});
Object.defineProperty(exports, "deprecated", {
enumerable: true,
get: function () {
return _deprecated.deprecated;
}
});
Object.defineProperty(exports, "instanceOfComponent", {

@@ -42,2 +48,4 @@ enumerable: true,

var _deprecated = require("./deprecated.js");
var _instanceOfComponent = require("./instanceOfComponent.js");

@@ -44,0 +52,0 @@

1

build/es/index.js
export { arrayWithLength } from './arrayWithLength.js';
export { conditional } from './conditional.js';
export { deprecated } from './deprecated.js';
export { instanceOfComponent } from './instanceOfComponent.js';
export { mutuallyExclusive } from './mutuallyExclusive.js';
export { requiredIf } from './requiredIf.js';

@@ -0,1 +1,8 @@

## [3.1.1](https://github.com/dhis2/prop-types/compare/v3.1.0...v3.1.1) (2022-05-24)
### Bug Fixes
* expose new deprecated function ([#288](https://github.com/dhis2/prop-types/issues/288)) ([7240f14](https://github.com/dhis2/prop-types/commit/7240f147797f6dae93a68a86416c48c30986dc27))
# [3.1.0](https://github.com/dhis2/prop-types/compare/v3.0.0...v3.1.0) (2022-05-24)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@dhis2/prop-types",
"version": "3.1.0",
"version": "3.1.1",
"main": "./build/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./build/es/index.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