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

expjson

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expjson - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

package.json
{
"name": "expjson",
"version": "0.0.2",
"version": "0.0.3",
"description": "Super lightweight, fast, and optimized evaluate-able and compilable expressions in JSON written in TypeScript",

@@ -34,5 +34,5 @@ "keywords": [

"build:browser": "tsc -p ./tsconfig.browser.json && tscpaths -p ./tsconfig.browser.json -s ./src -o ./dist/browser",
"build:index": "tstf genIndex -o src/index.ts -w",
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib",
"build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/node",
"build:index": "tstf genIndex -o src/index.ts -w",
"clean": "rm -rf ./lib ./dist ./coverage",

@@ -43,3 +43,3 @@ "format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\"",

"precommit": "npm run all",
"prepublish": "npm run all",
"prepublishOnly": "npm run all",
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn",

@@ -46,0 +46,0 @@ "start": "npm run test",

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