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

@spliterati/uint8

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spliterati/uint8 - npm Package Compare versions

Comparing version 1.0.4-alpha.2 to 1.0.4-alpha.4

dist/uint8.d.ts

11

package.json

@@ -13,3 +13,4 @@ {

"main": "./src/uint8.ts",
"version": "1.0.4-alpha.2",
"types": "./dist/uint8.d.ts",
"version": "1.0.4-alpha.4",
"description": "A uint8 type definition",

@@ -29,9 +30,3 @@ "keywords": [

},
"gitHead": "bff67309af247f7d8ec980669db5b255ae62e96a",
"devDependencies": {
"ts-loader": "^8.0.14",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0"
}
"gitHead": "04dbc34e899165e40d544fed46a427d5293730fa"
}
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true
"composite": true,
"downlevelIteration": true,
"rootDir": "src",
"outDir": "dist",
"declarationDir": "dist"
},
"include": [
"src/**/*",
],
"exclude": [
"src/**/*.test.ts"
]
}
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