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

js-restructure

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-restructure - npm Package Compare versions

Comparing version

to
1.0.1

tests.js

3

index.js

@@ -5,3 +5,4 @@ module.exports = function matcher(obj) {

var re = new RegExp(props.reduce(function(p, c) {
return p + (c.startsWith("_") ? obj[c] : "("+obj[c]}+")";
return p + (c.startsWith("_") ? obj[c] : ("("+obj[c] + ")");
}));

@@ -8,0 +9,0 @@ props = props.filter(function(x) { return !x.startsWith("_"); });

{
"name": "js-restructure",
"version": "1.0.0",
"version": "1.0.1",
"description": "This package provides a nifty way to match against regular expressions\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001bconstruct and match against regular expressions.",

@@ -5,0 +5,0 @@ "main": "index.js",

# js-restructure
JavaScript clone of https://github.com/alexflint/go-restructure
## Installation
npm install js-restructure
## Match regular expressions into object fields

@@ -5,0 +9,0 @@