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

editions

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editions - npm Package Compare versions

Comparing version 6.17.0 to 6.18.0-next.1701777887.61faf768fed47ba05d6d8697211cab15ec1104c8

2

edition-deno/index.ts
// Imports
import { resolve } from 'node:path'
import matchRange from 'https://unpkg.com/version-range@^4.9.0/edition-deno/index.ts'
import matchRange from 'https://unpkg.com/version-range@^4.10.0/edition-deno/index.ts'
import { errtion, Errtion } from './util.ts'

@@ -5,0 +5,0 @@ import { versions as processVersions } from 'node:process'

{
"name": "editions",
"version": "6.17.0",
"version": "6.18.0-next.1701777887.61faf768fed47ba05d6d8697211cab15ec1104c8",
"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",

@@ -166,16 +166,16 @@ "homepage": "https://github.com/bevry/editions",

"dependencies": {
"version-range": "^4.9.0"
"version-range": "^4.10.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"assert-helpers": "^11.7.0",
"eslint": "^8.54.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.8.0",
"eslint": "^8.55.0",
"eslint-config-bevry": "^5.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.4.0",
"make-deno-edition": "^2.0.0",
"make-deno-edition": "^2.0.1",
"prettier": "^3.1.0",

@@ -223,3 +223,4 @@ "projectz": "^3.4.0",

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "lf"
},

@@ -231,2 +232,2 @@ "boundation": {

}
}
}
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