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

@bunt/input

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/input - npm Package Compare versions

Comparing version 0.21.10 to 0.21.13

4

dist/Type/Fields.js

@@ -35,5 +35,5 @@ "use strict";

if ((0, util_1.isInstanceOf)(from, Fields)) {
return new Fields(Object.assign({}, this.fields, from));
return new Fields(Object.assign({}, this.fields, from.fields));
}
return new Fields(Object.assign({}, this.fields, from.fields));
return new Fields(Object.assign({}, this.fields, from));
}

@@ -40,0 +40,0 @@ async validate(payload) {

{
"name": "@bunt/input",
"version": "0.21.10",
"version": "0.21.13",
"keywords": [

@@ -32,3 +32,3 @@ "typescript"

"license": "MIT",
"gitHead": "6ecb179176b9d2f4c5cb794323245535fdded363"
"gitHead": "98a15288ddbcd465e16e34ab69bdbe75e565e778"
}

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