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

@lcem/unified-view-model

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcem/unified-view-model - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

dist/src/expression.js

13

package.json

@@ -5,5 +5,5 @@ {

"license": "MIT",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.10.1",
"main": "dist/src/index.js",
"types": "dist/types/index.d.ts",
"type": "module",

@@ -18,6 +18,3 @@ "publishConfig": {

"clean": "rm -rf dist/ build/",
"build:ts": "tsc",
"build": "yarn build:ts && yarn bundle:js && yarn bundle:dts",
"bundle:js": "rollup -c ../../../scripts/rollup/rollup.config.js",
"bundle:dts": "npx dts-bundle-generator --project ./tsconfig.json --no-banner -o dist/index.d.ts build/types/index.d.ts",
"build": "tsc",
"watch": "watch -p 'src/**/*.ts' -c 'yarn build'",

@@ -29,4 +26,4 @@ "lint": "eslint 'src/**/*.{js,ts}'",

"dependencies": {
"@lcem/meta-schemas": "0.10.0"
"@lcem/meta-schemas": "0.10.1"
}
}
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