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

@uform/core

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/core - npm Package Compare versions

Comparing version 0.1.0-beta.5 to 0.1.0-beta.6

2

lib/path.js

@@ -20,3 +20,3 @@ "use strict";

var wildcardRE = /\.\s*\*\s*\.?/;
var wildcardRE = /\*/;
var FormPath = {

@@ -23,0 +23,0 @@ match: function match(matchLanguage, matchRealPath, filter) {

{
"name": "@uform/core",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"license": "MIT",

@@ -28,3 +28,3 @@ "main": "lib",

},
"gitHead": "2032c22f626d7513811c9bb60b9d86514d0eb78d"
"gitHead": "0d0cfef39f9ab55f8df71d3f409cbfcad1dec652"
}

@@ -11,3 +11,3 @@ import createMatcher from 'dot-match'

const wildcardRE = /\.\s*\*\s*\.?/
const wildcardRE = /\*/

@@ -14,0 +14,0 @@ export const FormPath = {

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