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

car-file

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

car-file - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

18

package.json
{
"name": "car-file",
"version": "0.0.2",
"version": "0.0.3",
"description": "A library for working with Car files",
"main": "lib/index.js",
"browser": "dist/index.js",
"files": [
"lib",
"dist"
"lib"
],
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run clean && npm run build:node && npm run build:web",
"build:node": "tsc --declaration",
"build:watch": "tsc --declaration --watch",
"build:web": "webpack --env production",
"clean": "rm -rf ./lib",
"build": "rm -rf ./lib && tsc --declaration",
"build:watch": "rm -rf ./lib && tsc --declaration --watch",
"test": "jest",

@@ -36,7 +31,4 @@ "test:watch": "jest --watch",

"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
"typescript": "^4.4.4"
},

@@ -43,0 +35,0 @@ "prettier": {

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