Socket
Socket
Sign inDemoInstall

@digitak/grubber

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

14

package.json
{
"name": "@digitak/grubber",
"version": "2.0.4",
"version": "2.0.5",
"description": "Parse code files and patch it without having to use an AST",
"main": "library/index.js",
"type": "module",

@@ -10,6 +9,13 @@ "files": [

],
"main": "library/index.js",
"exports": {
".": "./library/index.js",
"./*": "./library/*",
"./library/*": "./library/*"
},
"scripts": {
"test": "esrun test",
"test:jsimports": "esrun test/patchJsImports",
"build": "esrun scripts/build"
"build": "esrun scripts/build",
"deploy": "yarn build && yarn test && yarn publish"
},

@@ -45,3 +51,3 @@ "repository": {

"devDependencies": {
"@digitak/esrun": "^1.0.8",
"@digitak/esrun": "^3.0.2",
"@types/node": "^14.14.37",

@@ -48,0 +54,0 @@ "fartest": "^2.1.5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc