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

@ckirby/block-re

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

@ckirby/block-re - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0-beta.1

dist/block-re.js

24

package.json
{
"name": "@ckirby/block-re",
"version": "2.0.3",
"version": "3.0.0-beta.1",
"description": "block regular expression javascript template function",
"engines": {
"node": ">=12.0.0"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"main": "./dist/cjs/index-cjs.js",
"type": "module",
"exports": {
".": {
"require": "./dist/cjs/index-cjs.js",
"import": "./dist/esm/block-re.js"
".": "./dist/block-re.js"
},
"typesVersions": {
"*": {
"block-re.d.ts": ["dist/src/block-re.d.ts"]
}
},
"imports": {
"#cjs": "./dist/cjs/index-cjs.js"
},
"types": "./types/index.d.ts",
"files": [

@@ -24,5 +22,4 @@ "dist",

"scripts": {
"compile": "rm -rf dist/* && yarn compile:cjs && yarn compile:esm",
"compile:cjs": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig-esm.json",
"compile": "rm -rf dist/* && yarn compile:esm",
"compile:esm": "tsc -p tsconfig.json",
"prepublishOnly": "yarn compile",

@@ -34,2 +31,3 @@ "watch": "yarn tsc-watch"

"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@types/node": "^16.3.3",

@@ -36,0 +34,0 @@ "@types/tape": "^4.13.1",

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