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

@jamashita/anden-object

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamashita/anden-object - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

8

package.json
{
"name": "@jamashita/anden-object",
"version": "2.7.0",
"version": "2.8.0",
"private": false,

@@ -28,8 +28,8 @@ "repository": {

"dependencies": {
"@jamashita/anden-error": "^2.3.0",
"@jamashita/anden-type": "^2.3.0",
"@jamashita/anden-error": "^2.4.0",
"@jamashita/anden-type": "^2.4.0",
"hash-it": "5.0.2"
},
"devDependencies": {
"@jamashita/anden-helper": "^2.0.2"
"@jamashita/anden-helper": "^2.1.0"
},

@@ -36,0 +36,0 @@ "engines": {

@@ -7,4 +7,2 @@ import { asyncRandom, sequence } from '@jamashita/anden-helper';

it('generates same ones if all the properties are the same', () => {
expect.assertions(1_000);
const dones: Array<Promise<void>> = sequence(1_000).map(async (i: number): Promise<void> => {

@@ -11,0 +9,0 @@ const str: string = await asyncRandom(i);

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