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

@dtsgenerator/replace-namespace

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dtsgenerator/replace-namespace - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

16

.eslintrc.json

@@ -6,3 +6,3 @@ {

"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"prettier",
"prettier/@typescript-eslint"

@@ -13,3 +13,7 @@ ],

],
"env": { "node": true, "es6": true },
"env": {
"node": true,
"es2020": true,
"mocha": true
},
"parser": "@typescript-eslint/parser",

@@ -21,7 +25,7 @@ "parserOptions": {

"rules": {
"@typescript-eslint/no-unused-vars": ["error", {
"argsIgnorePattern": "^_"
}],
"@typescript-eslint/no-unused-vars": [
"error", { "argsIgnorePattern": "^_" }
],
"@typescript-eslint/no-use-before-define": "off"
}
}
}
{
"name": "@dtsgenerator/replace-namespace",
"version": "1.3.0",
"version": "1.3.1",
"description": "replace the namespace names",

@@ -38,15 +38,15 @@ "main": "index.js",

"@types/mocha": "^7.0.2",
"@types/node": "^12.12.39",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@types/node": "^14.0.12",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"cross-env": "^7.0.2",
"dtsgenerator": "^2.6.0",
"eslint": "^7.0.0",
"dtsgenerator": "^3.0.1",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},

@@ -53,0 +53,0 @@ "dependencies": {

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