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

@kakasoo/proto-typescript

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakasoo/proto-typescript - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

4

dist/typed-array.class.d.ts

@@ -22,3 +22,3 @@ import { toPrimitive } from './interfaces/to-primitive.interface';

*/
unshift<Items extends ReadonlyOrNot<ElementOf<T>[]>>(...items: Items): TypedArray<ReturnType<typeof ArrayPrototype.unshift<T, Items>>>;
unshift<Items extends any[]>(...items: Items): TypedArray<ReturnType<typeof ArrayPrototype.unshift<T, Items>>>;
/**

@@ -41,3 +41,3 @@ * @inheritdoc

*/
push<Items extends ReadonlyOrNot<ElementOf<T>[]>>(...items: Items): TypedArray<ReturnType<typeof ArrayPrototype.push<T, Items>>>;
push<Items extends any[]>(...items: Items): TypedArray<ReturnType<typeof ArrayPrototype.push<T, Items>>>;
/**

@@ -44,0 +44,0 @@ * @inheritDoc

@@ -62,3 +62,3 @@ "use strict";

const primitiveIndex = typeof index === 'number' ? index : index.toPrimitive();
return this.at(primitiveIndex);
return this.data.at(primitiveIndex);
}

@@ -65,0 +65,0 @@ /**

{
"name": "@kakasoo/proto-typescript",
"version": "1.9.1",
"version": "1.9.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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