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

fractional-indexing-jittered

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fractional-indexing-jittered - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

lib/cjs/index.cjs

8

package.json
{
"name": "fractional-indexing-jittered",
"version": "0.8.1",
"version": "0.8.2",
"description": "Fractional index library with jittering and generator",
"type": "module",
"main": "lib/cjs/index.js",
"main": "lib/cjs/index.cjs",
"homepage": "https://github.com/TMeerhof/fractional-indexing-jittered",

@@ -16,3 +16,3 @@ "repository": {

"build:esm": "tsc -p ./tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs",
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"build:cjs": "tsc -p ./tsconfig.cjs.json && mv lib/cjs/index.js lib/cjs/index.cjs",
"prepack": "npm run build",

@@ -25,3 +25,3 @@ "test": "jest",

"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.js"
"require": "./lib/cjs/index.cjs"
}

@@ -28,0 +28,0 @@ },

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