Socket
Socket
Sign inDemoInstall

afix

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "afix",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny fixture utility.",

@@ -9,3 +9,3 @@ "main": "./index.js",

"prepare": "is-ci || pnpx husky install",
"test": "c8 node -r esbuild-register lib/__tests__/index.ts",
"test": "c8 -r lcov node -r esbuild-register lib/__tests__/index.ts",
"build": "node scripts/build && pnpx tsc --emitDeclarationOnly",

@@ -12,0 +12,0 @@ "lint": "prettier --check .",

const path = require('path')
const pkg = require('../package.json')
require('esbuild').buildSync({

@@ -6,0 +4,0 @@ entryPoints: ['lib/index.ts'],

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc