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

@emmetio/snippets

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/snippets - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

css.json

10

package.json
{
"name": "@emmetio/snippets",
"version": "0.1.1",
"version": "0.1.2",
"description": "Emmet snippets",
"main": "dist/snippets.cjs.js",
"jsnext:main": "dist/snippets.es.js",
"module": "dist/snippets.es.js",
"scripts": {
"test": "mocha",
"build": "npm run build:cjs && npm run build:es",
"build:cjs": "rollup -c -o dist/snippets.cjs.js -f cjs ./index.js",
"build:es": "rollup -c -o dist/snippets.es.js -f es ./index.js",
"build": "rollup -c",
"prepublish": "npm run test && npm run build"

@@ -30,3 +28,3 @@ },

"devDependencies": {
"@emmetio/abbreviation": "^0.4.0",
"@emmetio/abbreviation": "^0.5.0",
"mocha": "^3.1.2",

@@ -33,0 +31,0 @@ "rollup": "^0.41.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