Socket
Socket
Sign inDemoInstall

style-mod

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

style-mod - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

package.json
{
"name": "style-mod",
"version": "3.0.0",
"version": "3.0.1",
"description": "A minimal CSS module shim",

@@ -18,3 +18,3 @@ "main": "dist/style-mod.cjs",

"test": "npm run build && mocha test/test-*.js",
"build": "mkdir -p dist; buble --no modules src/style-mod.js | sed -e 's/export function StyleModule/var StyleModule = exports.StyleModule = function/' > dist/style-mod.cjs",
"build": "mkdir -p dist; buble --no modules src/style-mod.js | sed -e 's/export var StyleModule/var StyleModule = exports.StyleModule/' > dist/style-mod.cjs",
"prepare": "npm run build && npm run build-readme",

@@ -21,0 +21,0 @@ "build-readme": "builddocs --name style-mod --main src/README.md --format markdown src/*.js > README.md"

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