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

@daren/form-elements

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daren/form-elements - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/cjs/radio-group.js

8

dist/cjs/index.js

@@ -37,2 +37,10 @@ "use strict";

var _radioGroup = require("./radio-group");
Object.keys(_radioGroup).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _radioGroup[key]) return;
exports[key] = _radioGroup[key];
});
var _types = require("./types");

@@ -39,0 +47,0 @@

1

dist/esm/index.js

@@ -5,3 +5,4 @@ export * from './dropdown';

export * from './misc';
export * from './radio-group';
export * from './types';
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ export * from './dropdown';

export * from './misc';
export * from './radio-group';
export * from './types';

4

package.json
{
"name": "@daren/form-elements",
"version": "1.1.0",
"version": "1.2.0",
"repository": {

@@ -52,3 +52,3 @@ "type": "git",

},
"gitHead": "92428f337d2967c9ca0e819d7b3908d72aaa5794"
"gitHead": "edb01851a467f4e45cf203a37c68c994d91fdd0b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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