Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rxjs-report-usage

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

rxjs-report-usage - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

2

package.json

@@ -49,3 +49,3 @@ {

"scripts": {},
"version": "1.0.1"
"version": "1.0.3"
}

@@ -19,8 +19,5 @@ "use strict";

cwd,
ignore: ["**/node_modules/**/*.*"],
ignore: ["**/node_modules/**/*.*", "**/*.d.ts"],
});
sourceFiles.forEach((file) => {
if (/\.d\.ts$/.test(file)) {
return;
}
const code = readFileSync(resolve(cwd, file), "utf8");

@@ -27,0 +24,0 @@ try {

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