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

@emmetio/css-abbreviation

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/css-abbreviation - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

11

package.json
{
"name": "@emmetio/css-abbreviation",
"version": "2.1.6",
"version": "2.1.7",
"description": "Parses Emmet CSS abbreviation into AST tree",

@@ -17,4 +17,4 @@ "main": "./dist/index.cjs",

"watch": "rollup -wc",
"clean": "rm -rf ./dist",
"prepublishOnly": "npm test && npm run clean && npm run build"
"clean": "rimraf ./dist",
"prepublishOnly": "npm run clean && npm run build && npm test"
},

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

"dependencies": {
"@emmetio/scanner": "^1.0.2"
"@emmetio/scanner": "^1.0.3"
},

@@ -41,2 +41,3 @@ "devDependencies": {

"mocha": "^10.2.0",
"rimraf": "^5.0.0",
"rollup": "^3.9.0",

@@ -53,3 +54,3 @@ "ts-node": "^10.9.1",

},
"gitHead": "406e38e35d0a7fc4ef4dab85a2fd3559b2531f66"
"gitHead": "94501c6c85789e5872784c378da271f1691df3a6"
}
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