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

@alifd/field

Package Overview
Dependencies
Maintainers
9
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alifd/field - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

7

lib/utils.js

@@ -190,12 +190,11 @@ "use strict";

var warn = function warn() {}; // don't print warning message when in production env or node runtime
var warn = function warn() {};
if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV !== 'production' && typeof window !== 'undefined' && typeof document !== 'undefined') {
warn = function warn() {
/* eslint-disable no-console */
if (typeof console !== 'undefined' && console.warn) {
if (typeof console !== 'undefined' && console.error) {
var _console;
(_console = console).warn.apply(_console, arguments);
(_console = console).error.apply(_console, arguments);
}

@@ -202,0 +201,0 @@ };

{
"name": "@alifd/field",
"version": "1.1.7",
"version": "1.1.8",
"description": "Fields can be used to manage data when it comes to form data manipulation and validation. After being associated with a component, the form data can be automatically written back, read, and verified.",

@@ -84,3 +84,3 @@ "files": [

},
"homepage": "https://unpkg.com/@alifd/field@1.1.7/build/index.html",
"homepage": "https://unpkg.com/@alifd/field@1.1.8/build/index.html",
"bugs": "https://github.com/alibaba-fusion/field/issues",

@@ -87,0 +87,0 @@ "publishConfig": {

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