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

prop-types-exact

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prop-types-exact - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

9

CHANGELOG.md

@@ -8,2 +8,11 @@ # Changelog

## [v1.2.7](https://github.com/ljharb/prop-types-exact/compare/v1.2.6...v1.2.7) - 2024-12-28
### Commits
- [Dev Deps] update `eslint-plugin-react` [`2575471`](https://github.com/ljharb/prop-types-exact/commit/2575471721936ad394c7e5b685fc2a345e34aae6)
- [Refactor] use `own-keys` directly [`556524b`](https://github.com/ljharb/prop-types-exact/commit/556524b9acd791e5043cad3d731aae0d35caea26)
- [meta] add `funding` field [`45152ae`](https://github.com/ljharb/prop-types-exact/commit/45152ae89ff6636e8b47fae028ea5ae663e6d4a3)
- [Deps] update `object.assign` [`4d40857`](https://github.com/ljharb/prop-types-exact/commit/4d40857ec98a34fa9fdcb336889870f59c5e70bb)
## [v1.2.6](https://github.com/ljharb/prop-types-exact/compare/v1.2.5...v1.2.6) - 2024-12-16

@@ -10,0 +19,0 @@

21

package.json
{
"name": "prop-types-exact",
"version": "1.2.6",
"version": "1.2.7",
"description": "For use with React PropTypes. Will error on any prop not explicitly specified.",

@@ -41,2 +41,5 @@ "main": "src",

"homepage": "https://github.com/ljharb/prop-types-exact#readme",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"dependencies": {

@@ -47,4 +50,4 @@ "call-bound": "^1.0.3",

"isarray": "^2.0.5",
"object.assign": "^4.1.5",
"reflect.ownkeys": "^1.1.4"
"object.assign": "^4.1.7",
"own-keys": "^1.0.0"
},

@@ -59,3 +62,3 @@ "devDependencies": {

"eslint": "=8.8.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"in-publish": "^2.0.1",

@@ -74,7 +77,2 @@ "npmignore": "^0.3.1",

},
"publishConfig": {
"ignore": [
".github/workflows"
]
},
"auto-changelog": {

@@ -88,3 +86,8 @@ "output": "CHANGELOG.md",

"startingVersion": "1.2.1"
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}

@@ -5,3 +5,3 @@ 'use strict';

var hasOwn = require('hasown');
var ownKeys = require('reflect.ownkeys');
var ownKeys = require('own-keys');
var TypeError = require('es-errors/type');

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

'use strict';
var ownKeys = require('reflect.ownkeys');
var ownKeys = require('own-keys');
var exact = require('./');

@@ -5,0 +5,0 @@

import test from 'tape';
import React from 'react';
import ownKeys from 'reflect.ownkeys';
import ownKeys from 'own-keys';

@@ -5,0 +5,0 @@ import exact from '..';

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