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

typed-conversions

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-conversions - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

1

lib/index.d.ts

@@ -8,1 +8,2 @@ import { IDictionary } from 'common-types';

export declare function snapshotToOrderedArray<T = IDictionary>(snap: Firebase.database.DataSnapshot, idProp?: string): T[];
export declare function snapshotToOrderedHash<T = IDictionary>(snap: Firebase.database.DataSnapshot, idProp?: string): IDictionary<T>;

@@ -55,2 +55,7 @@ "use strict";

exports.snapshotToOrderedArray = snapshotToOrderedArray;
function snapshotToOrderedHash(snap, idProp = 'id') {
const orderedArray = this.snapshotToOrderedArray(snap, idProp);
return this.arrayToHash(orderedArray);
}
exports.snapshotToOrderedHash = snapshotToOrderedHash;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "typed-conversions",
"version": "0.6.1",
"version": "0.6.2",
"description": "typed-conversions",

@@ -5,0 +5,0 @@ "license": "MIT",

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