New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ax-design/reveal-highlight

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax-design/reveal-highlight - npm Package Compare versions

Comparing version 0.4.2 to 0.5.2

68

package.json
{
"name": "@ax-design/reveal-highlight",
"version": "0.4.2",
"description": "Web component that implement Reveal Highlight of Axiom Design System.",
"main": "build/main.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"repository": "https://github.com/ax-design/reveal-highlight",
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.62.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.4"
},
"scripts": {
"start": "npm-run-all --parallel start-tsc start-rollup",
"start-tsc": "tsc --watch",
"start-rollup": "rollup -c -w",
"build": "npm-run-all clean --parallel build-tsc build-rollup",
"build-tsc": "tsc",
"build-rollup": "rollup -c",
"clean": "rimraf ./es ./build",
"prepublishOnly": "npm run build"
},
"files": [
"build",
"es",
"src"
]
}
"name": "@ax-design/reveal-highlight",
"version": "0.5.2",
"description": "Web component that implement Reveal Highlight of Axiom Design System.",
"main": "build/main.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"repository": "https://github.com/ax-design/reveal-highlight",
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.62.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.4"
},
"scripts": {
"start": "npm-run-all --parallel start-tsc start-rollup",
"start-tsc": "tsc --watch",
"start-rollup": "rollup -c -w",
"build": "npm-run-all clean --parallel build-tsc build-rollup",
"build-tsc": "tsc",
"build-rollup": "rollup -c",
"clean": "rimraf ./es ./build",
"prepublishOnly": "npm run build"
},
"files": [
"build",
"es",
"src"
]
}

Sorry, the diff of this file is not supported yet

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