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

opmltojs

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opmltojs - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

8

opmltojs.js

@@ -1,5 +0,5 @@

var myProductName = "opmltojs"; myVersion = "0.4.9";
var myProductName = "opmltojs"; myVersion = "0.4.10";
/* The MIT License (MIT)
Copyright (c) 2014-2020 Dave Winer
Copyright (c) 2014-2021 Dave Winer

@@ -67,3 +67,5 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

for (var x in atts) {
deststruct [x] = atts [x];
if (x != "subs") { //1/18/21 by DW
deststruct [x] = atts [x];
}
}

@@ -70,0 +72,0 @@ delete sourcestruct ["$"];

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.4.9",
"version": "0.4.10",
"main": "opmltojs.js",

@@ -9,0 +9,0 @@ "repository": {

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