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

ts-transformer-keys

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

ts-transformer-keys - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "ts-transformer-keys",
"version": "0.3.0",
"version": "0.3.1",
"description": "Check equality of objects based on their contextual type in TypeScript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -35,5 +35,5 @@ "use strict";

return !!declaration
&& (declaration.getSourceFile().fileName === indexTs)
&& (path.join(declaration.getSourceFile().fileName) === indexTs)
&& !!declaration.name
&& (declaration.name.getText() === 'keys');
}

@@ -38,5 +38,5 @@ import * as ts from 'typescript';

return !!declaration
&& (declaration.getSourceFile().fileName === indexTs)
&& (path.join(declaration.getSourceFile().fileName) === indexTs)
&& !!declaration.name
&& (declaration.name.getText() === 'keys');
}
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