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

ids-enterprise-typings

Package Overview
Dependencies
Maintainers
0
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-enterprise-typings - npm Package Compare versions

Comparing version 18.6.0-dev.1 to 18.6.0-dev.2

2

package.json
{
"name": "ids-enterprise-typings",
"slug": "ids-enterprise-typings",
"version": "18.6.0-dev.1",
"version": "18.6.0-dev.2",
"declaration": true,

@@ -6,0 +6,0 @@ "types": "index.d.ts",

@@ -1,1 +0,13 @@

console.log('post-install.js');
const fs = require('fs');
const path = require('path');
const sourceDir = path.join('node_modules', 'ids-enterprise-typings');
const destDir = path.join('node_modules', '@types', 'ids-enterprise-typings');
try {
fs.rmSync(destDir, { recursive: true, force: true });
fs.renameSync(sourceDir, destDir);
console.log(`Moved ${sourceDir} to ${destDir}`);
} catch (error) {
console.error(`Error moving directory: ${error.message}`);
}
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