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.3 to 3.0.0-alpha.4

lib/cjs/index.cjs.map

17

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

@@ -17,7 +17,10 @@ "author": {

"exports": {
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs"
"types": "./lib/types/index.d.ts",
"require": "./lib/cjs/index.cjs",
"import": "./lib/esm/index.mjs"
},
"types": "lib/types/index.d.ts",
"source": "src/index.ts",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"source": "./src/index.ts",
"license": "MIT",

@@ -37,3 +40,3 @@ "engines": {

"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build"
"prepublishOnly": "yarn build"
},

@@ -45,3 +48,3 @@ "devDependencies": {

},
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3"
"gitHead": "969d68502c3c35690ed7aee86dde2fe60cddddfc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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