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

doublell

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doublell - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

package.json
{
"name": "doublell",
"version": "1.0.1",
"version": "1.0.2",
"description": "A very minimal double linked list",

@@ -9,5 +9,9 @@ "keywords": [

],
"main": "lib/cjs/exports.js",
"module": "lib/mjs/exports.js",
"types": "lib/exports.d.ts",
"main": "./lib/cjs/exports.js",
"module": "./lib/mjs/exports.js",
"exports": {
"import": "./lib/mjs/exports.js",
"require": "./lib/cjs/exports.js"
},
"types": "./lib/exports.d.ts",
"repository": "https://github.com/TypeScript-OSS/doublell.git",

@@ -14,0 +18,0 @@ "homepage": "https://typescript-oss.github.io/doublell/",

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