Socket
Socket
Sign inDemoInstall

velocityjs

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velocityjs - npm Package Compare versions

Comparing version 3.0.0-beta to 3.0.0-beta1

dist/cjs/compile/blocks.js

17

package.json
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "3.0.0-beta",
"version": "3.0.0-beta1",
"license": "MIT",

@@ -17,8 +17,9 @@ "keywords": [

},
"main": "dist/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"default": "./dist/index.cjs"
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
}

@@ -47,3 +48,2 @@ },

"ts-jest": "^29.0.5",
"tsup": "^8.3.0",
"typescript": "^4.9.5"

@@ -55,3 +55,5 @@ },

"cp": "cat src/parse/index.js | sed 's/exports./export const /g' > dist/esm/parse/index.js",
"build": "tsup && npm run cp",
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc --module es2015 --outDir dist/esm --project tsconfig.build.json && npm run cp",
"build:cjs": "tsc --module commonjs --outDir dist/cjs --project tsconfig.build.json",
"prepublishOnly": "PACKAGE_VERSION=$(node -p -e \"require('./package.json').version\") npm run tag",

@@ -61,3 +63,2 @@ "version": "npm run changelog && git add . && git commit -m 'chore: update history.md' && git push origin",

"changelog": "auto-changelog -p -u",
"check-exports": "attw --pack .",
"ci": "npm run lint && jest --coverage --no-cache"

@@ -64,0 +65,0 @@ },

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