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

@algorithm.ts/types

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algorithm.ts/types - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

lib/cjs/index.cjs

25

package.json
{
"name": "@algorithm.ts/types",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "Common types for the algorithm.ts packages.",

@@ -15,4 +15,7 @@ "author": {

"homepage": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/types#readme",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"type": "module",
"exports": {
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs"
},
"types": "lib/types/index.d.ts",

@@ -26,4 +29,3 @@ "source": "src/index.ts",

"lib/",
"!lib/**/*.js.map",
"!lib/**/*.d.ts.map",
"src/",
"package.json",

@@ -35,8 +37,11 @@ "CHANGELOG.md",

"scripts": {
"build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
"prebuild": "rimraf lib/",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
"test": "echo 'No test needed.'"
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build"
},
"gitHead": "3d718fba94605e2fd60a3056b502e2e1376ca0ed"
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"rollup": "^3.9.1"
},
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3"
}
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