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

@opticss/element-analysis

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opticss/element-analysis - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

opticss-element-analysis-0.4.0.tgz

47

package.json
{
"name": "@opticss/element-analysis",
"version": "0.3.0",
"version": "0.4.0",
"description": "Data structures for storing the analysis of elements.",

@@ -8,13 +8,13 @@ "main": "dist/src/index.js",

"scripts": {
"compile": "rm -rf dist && ../../../node_modules/.bin/tsc",
"pretest": "npm run compile",
"test": "../../../node_modules/.bin/mocha dist/test --opts test/mocha.opts",
"posttest": "npm run lint",
"prepublishOnly": "npm run compile && npm run lintall",
"lint": "../../../node_modules/.bin/tslint -t msbuild --project tsconfig.json -c tslint.cli.json",
"lintall": "../../../node_modules/.bin/tslint -t msbuild --project tsconfig.json -c tslint.release.json",
"lintfix": "../../../node_modules/.bin/tslint -t msbuild --project tsconfig.json -c tslint.cli.json --fix",
"coverage": "../../../node_modules/.bin/istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage ../../../node_modules/.bin/_mocha -- dist/test --opts test/mocha.opts",
"remap": "../../../node_modules/.bin/remap-istanbul -i build/coverage/coverage.json -o coverage -t html",
"docs": "../../../node_modules/.bin/typedoc --out ./docs ."
"compile": "rm -rf dist && tsc",
"pretest": "yarn run compile",
"test": "mocha dist/test --opts test/mocha.opts",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run compile && yarn run lintall",
"lint": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json",
"lintall": "tslint -t msbuild --project tsconfig.json -c tslint.release.json",
"lintfix": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json --fix",
"coverage": "istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage _mocha -- dist/test --opts test/mocha.opts",
"remap": "remap-istanbul -i build/coverage/coverage.json -o coverage -t html",
"docs": "typedoc --out ./docs ."
},

@@ -36,3 +36,3 @@ "repository": {

"engines": {
"node": ">=8"
"node": "6.* || 8.* || >= 10.*"
},

@@ -42,9 +42,20 @@ "publishConfig": {

},
"peerDependencies": {
"opticss": "^0.3.0"
},
"dependencies": {
"@opticss/util": "^0.3.0"
"@opticss/util": "^0.4.0"
},
"gitHead": "8f8caac4e6ce2342d0d8f90a68c2633109223a73"
"devDependencies": {
"@opticss/code-style": "^0.4.0",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.48",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mocha-typescript": "^1.1.9",
"remap-istanbul": "^0.11.1",
"source-map-support": "^0.5.3",
"tslint": "^5.10.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.1"
},
"gitHead": "2e6f18fe4bb3dea0f80c5d316f65f3df2d88a751"
}

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