Socket
Socket
Sign inDemoInstall

nodtent

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

14

dist/nodtent.umd.js

@@ -1,1 +0,13 @@

(function(e,t){typeof exports=="object"&&typeof module!="undefined"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis!="undefined"?globalThis:e||self,t(e.nodtent={}))})(this,function(e){"use strict";const t=()=>{console.log("test")};e.tester=t,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
(function (e, t) {
typeof exports == 'object' && typeof module != 'undefined'
? t(exports)
: typeof define == 'function' && define.amd
? define(['exports'], t)
: ((e = typeof globalThis != 'undefined' ? globalThis : e || self), t((e.nodtent = {})));
})(this, function (e) {
'use strict';
const t = () => {
console.log('test');
};
(e.tester = t), Object.defineProperties(e, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: 'Module' } });
});

2

package.json
{
"name": "nodtent",
"version": "1.0.0",
"version": "1.0.1",
"description": "A node based content management system for use without a CMS, created for developers.",

@@ -5,0 +5,0 @@ "main": "./dist/nodtent.umd.js",

@@ -5,2 +5,2 @@ export const tester = () => {

export * from './Content';
export { Content } from './Content';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc