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

@dfinity/principal

Package Overview
Dependencies
Maintainers
10
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/principal - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0

18

package.json
{
"name": "@dfinity/principal",
"version": "0.14.1",
"version": "0.15.0",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
"homepage": "https://smartcontracts.org",
"homepage": "https://internetcomputer.org",
"repository": {

@@ -39,3 +39,4 @@ "type": "git",

"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "npm run build",
"bundle": "esbuild --bundle src/index.ts --outfile=dist/index.js",
"size-limit": "size-limit",
"lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",

@@ -52,5 +53,7 @@ "lint:fix": "npm run lint -- --fix",

"@typescript-eslint/parser": "^5.30.5",
"esbuild": "^0.15.16",
"eslint": "^8.19.0",
"eslint-plugin-jsdoc": "^39.3.3",
"jest": "^28.1.2",
"size-limit": "^8.1.0",
"text-encoding": "^0.7.0",

@@ -66,3 +69,10 @@ "ts-jest": "^28.0.5",

"ts-node": "^10.8.2"
}
},
"size-limit": [
{
"path": "./dist/index.js",
"limit": "100 kB",
"webpack": false
}
]
}

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