Socket
Socket
Sign inDemoInstall

patternomaly

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

dist/patternomaly.cjs

16

dist/patternomaly.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.pattern = global.pattern || {})));
}(this, (function (exports) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.pattern = factory());
}(this, (function () { 'use strict';

@@ -463,8 +463,10 @@ var PATTERN_COLOR = 'rgba(255, 255, 255, 0.6)';

exports.draw = draw;
exports.generate = generate;
var pattern = {
draw: draw,
generate: generate
};
Object.defineProperty(exports, '__esModule', { value: true });
return pattern;
})));
//# sourceMappingURL=patternomaly.js.map

@@ -1,4 +0,11 @@

export {
import {
draw,
generate
} from './src/patterns';
const pattern = {
draw,
generate
};
export default pattern;
{
"name": "patternomaly",
"version": "1.2.1",
"version": "1.2.2",
"description": "Easily generate patterns for use in data graphics",
"jsnext:main": "dist/patternomaly.mjs",
"main": "dist/patternomaly.js",
"jsnext:main": "dist/patternomaly.mjs",
"browser": "dist/patternomaly.js",
"scripts": {

@@ -8,0 +9,0 @@ "prebuild": "npm run lint",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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