You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@liquid-labs/regex-repo

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquid-labs/regex-repo - npm Package Compare versions

Comparing version

to
1.0.0-alpha.3

19

package.json
{
"name": "@liquid-labs/regex-repo",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Collection of JS regular expressions.",

@@ -12,10 +12,11 @@ "main": "dist/index.js",

"scripts": {
"start": "catalyst-scripts \"$PWD\" start",
"pretest": "catalyst-scripts \"$PWD\" pretest",
"test": "npm run pretest && catalyst-scripts \"$PWD\" test",
"build": "catalyst-scripts \"$PWD\" build",
"lint": "catalyst-scripts \"$PWD\" lint",
"lint-fix": "catalyst-scripts \"$PWD\" lint-fix",
"start": "catalyst-scripts start",
"pretest": "catalyst-scripts pretest",
"test": "catalyst-scripts test",
"build": "catalyst-scripts build",
"lint": "catalyst-scripts lint",
"lint-fix": "catalyst-scripts lint-fix",
"install-clean": "rm -rf package-lock.json node_modules/ && npm install",
"prepare": "rm -rf dist && npm run lint && npm run build"
"prepare": "rm -rf dist && npm run lint && npm run build",
"postversion": "git push && git push --tags"
},

@@ -38,5 +39,5 @@ "repository": {

"devDependencies": {
"@liquid-labs/catalyst-scripts": ">=1.0.0-alpha.6 <2"
"@liquid-labs/catalyst-scripts": "^1.0.0-alpha.15"
},
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet