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

@aryth/flopper

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/flopper - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

dist/index.cjs.js

@@ -5,4 +5,4 @@ 'use strict';

var rand = require('@aryth/rand');
var swap = require('@vect/swap');
var rand = require('@aryth/rand');

@@ -9,0 +9,0 @@ const infiniteFlopper = function* (ar, df) {

@@ -0,3 +1,3 @@

import { rand, flop } from '@aryth/rand';
import { swap } from '@vect/swap';
import { rand, flop } from '@aryth/rand';

@@ -4,0 +4,0 @@ const infiniteFlopper = function* (ar, df) {

{
"name": "@aryth/flopper",
"version": "0.2.7",
"version": "0.2.8",
"description": "A math util library",

@@ -18,4 +18,4 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/comparer": "^0.2.7",
"@aryth/rand": "^0.2.7",
"@aryth/comparer": "^0.2.8",
"@aryth/rand": "^0.2.8",
"@vect/swap": "^0.2.4"

@@ -38,3 +38,3 @@ },

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "7d1e7ce7b27b32d52e01e5e62e072bf77c05d75d"
"gitHead": "9625ddafc949de9b24b4f36fc03ebbc498df4b5e"
}
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