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

abject

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abject - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/abject.d.ts

@@ -6,3 +6,3 @@ declare namespace abject {

[k in keyof R]: string;
}) => <K extends keyof R>(key: K) => R[typeof key];
}) => <K extends keyof R>(key: K) => R[typeof key] | undefined;
}

@@ -9,0 +9,0 @@ declare const abject: <T extends object, R extends object>(obj: T, aliasObj: R & {

{
"name": "abject",
"description": "Get property value from an object by alias name",
"version": "0.0.2",
"version": "0.0.3",
"types": "dist/abject.d.ts",

@@ -6,0 +6,0 @@ "main": "dist/abject.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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