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

@onefootprint/footprint-js

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onefootprint/footprint-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/footprint-js.cjs.js

19

package.json
{
"name": "@onefootprint/footprint-js",
"private": false,
"version": "0.1.1",
"main": "./dist/index.global.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"version": "0.1.2",
"main": "./dist/footprint-js.umd.js",
"module": "./dist/footprint-js.esm.js",
"types": "./dist/footprint-js.d.ts",
"exports": {
".": {
"require": "./dist/footprint-js.cjs.js",
"import": "./dist/footprint-js.esm.js",
"types": "./dist/footprint-js.d.ts"
}
},
"sideEffects": false,

@@ -14,4 +21,4 @@ "license": "MIT",

"scripts": {
"build": "tsup src/index.ts --format esm,iife --dts --minify",
"dev": "tsup src/index.ts --format esm --watch --dts",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --fix",

@@ -18,0 +25,0 @@ "typecheck": "yarn tsc --noEmit",

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