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

postform-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postform-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "postform-js",
"version": "0.1.1",
"version": "0.1.2",
"description": "Client JS for Postform",

@@ -5,0 +5,0 @@ "main": "src/postform.js",

@@ -180,5 +180,5 @@ class Postform {

let stylesheet = document.createElement('link');
stylesheet.href = 'dist/postform.css';
stylesheet.href = 'https://unpkg.com/postform-js/dist/postform.css';
stylesheet.rel = 'stylesheet';
document.head.appendChild(stylesheet);
})();
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