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

@henris/typography

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@henris/typography - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

src/index.scss

17

package.json
{
"name": "@henris/typography",
"version": "0.0.1",
"version": "0.0.2",
"description": "Grid module for Henri's",
"main": "index.scss",
"scripts": {
"test": "npm run test"
"test": "npm run test:sass && npm run test:node-sass",
"test:sass": "sass test/index.scss dist/test/sass/index.css",
"test:node-sass": "node-sass test/index.scss dist/test/node-sass/index.css",
"build": "npm run build:sass && npm run build:node-sass",
"build:sass": "sass index.scss dist/sass/index.css",
"build:node-sass": "node-sass index.scss dist/node-sass/index.css",
"prepublishOnly": "npm run test && npm run build"
},

@@ -24,3 +30,8 @@ "repository": {

},
"homepage": "https://github.com/henris-style/typography#readme"
"homepage": "https://github.com/henris-style/typography#readme",
"devDependencies": {
"node-sass": "^4.11.0",
"sass": "^1.17.0",
"sass-true": "^4.0.0"
}
}

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