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

geonorge-shared-partials

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geonorge-shared-partials - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

2

package.json

@@ -94,3 +94,3 @@ {

},
"version": "0.0.43"
"version": "0.0.44"
}

@@ -33,2 +33,8 @@ # Geonorge.SharedPartials

Add stylesheets:
```html
<link rel="stylesheet" href="/dist/vendor.css" />
<link rel="stylesheet" href="/dist/main.css" />
```
Use the html files in your root layout

@@ -40,2 +46,8 @@ ```cs

Include javascripts:
```html
<script type="text/javascript" src="/dist/vendor.js" ></script>
<script type="text/javascript" src="/dist/main.js" ></script>
```
and include this js somewhere on your site

@@ -42,0 +54,0 @@ ```js

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