@didomi/react
Advanced tools
Comparing version 1.8.3 to 1.8.4
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import set from 'dset'; | ||
@@ -5,0 +4,0 @@ var DidomiSDK = function DidomiSDK(_ref) { |
@@ -14,6 +14,2 @@ 'use strict'; | ||
var _dset = require('dset'); | ||
var _dset2 = _interopRequireDefault(_dset); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -20,0 +16,0 @@ |
{ | ||
"name": "@didomi/react", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "didomi-react-test React component", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"dset": "3.1.2" | ||
"prop-types": "^15.8.1" | ||
}, | ||
@@ -51,3 +51,7 @@ "peerDependencies": { | ||
"url": "https://github.com/didomi/react" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"@didomi:registry": "https://registry.npmjs.org" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51565
823
1
+ Addedprop-types@^15.8.1
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)
- Removeddset@3.1.2
- Removeddset@3.1.2(transitive)