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

flipnote.js

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipnote.js - npm Package Compare versions

Comparing version 5.6.7 to 5.7.0

dist/flipnote.es.js.map

2

dist/flipnote.d.ts

@@ -12,2 +12,2 @@ export { Flipnote, FlipnoteFormat, FlipnoteVersion, FlipnoteRegion, FlipnoteMeta, FlipnotePaletteColor, FlipnotePaletteDefinition, FlipnoteLayerVisibility, FlipnoteAudioTrack, FlipnoteAudioTrackInfo, FlipnoteSoundEffectTrack, FlipnoteSoundEffectFlags, FlipnoteParserSettings, KwzParserSettings, PpmParserSettings, KwzParser, PpmParser } from './parsers';

*/
export declare const version = "5.6.7";
export declare const version: string;
{
"name": "flipnote.js",
"version": "5.6.7",
"version": "5.7.0",
"description": "A JavaScript library for parsing, converting, and in-browser playback of the proprietary animation formats used by Nintendo's Flipnote Studio and Flipnote Studio 3D apps.",

@@ -11,9 +11,5 @@ "module": "dist/flipnote.es.js",

"postpublish": "./deploy.sh",
"start": "rollup -c --watch --environment DEV_SERVER,TARGET:webcomponent,BUILD:development",
"start": "rollup -c --watch --environment DEV_SERVER,BUILD:development",
"dev": "rollup -c --environment BUILD:development",
"build": "npm run dev && npm run build:min && npm run build:es && npm run build:webcomponent && npm run build:webcomponent:min",
"build:min": "rollup -c --environment TARGET:web,BUILD:production",
"build:es": "rollup -c --environment TARGET:web,ES_MODULE,BUILD:production",
"build:webcomponent": "rollup -c --environment TARGET:webcomponent,BUILD:development",
"build:webcomponent:min": "rollup -c --environment TARGET:webcomponent,BUILD:production",
"build": "npm run dev && rollup -c --environment BUILD:production",
"docs": "typedoc && npm run docs:copyjs && npm run docs:copyppm && npm run docs:copykwz && npm run docs:copykwc && npm run docs:copyico",

@@ -20,0 +16,0 @@ "docs:copyppm": "mkdir -p ./www/assets/notes && yes | cp ./test/samples/*.ppm ./www/assets/notes",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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