New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.3 to 2.1.4

20

package.json
{
"name": "flipnote.js",
"version": "2.1.3",
"version": "2.1.4",
"description": "API for handling Flipnote Studio's .ppm animation format, capable of real-time playback using webGL",
"main": "dist/flipnote.js",
"scripts": {
"build": "webpack --env=dev --progress --colors && webpack --env=prod --progress --colors",
"dev": "webpack-dev-server --env=dev --hot --progress --colors"
"start": "cross-env DEV_SERVER=true webpack-dev-server --content ./",
"dev": "cross-env NODE_ENV=development webpack",
"build": "npm run dev && cross-env NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -42,5 +44,11 @@ "files": [

"copy-webpack-plugin": "^4.3.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
"cross-env": "^5.2.0",
"glslify-loader": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^0.5.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {}
}

@@ -14,3 +14,2 @@ # flipnote.js

* Player API based on the HTML5 Video and Audio APIs
* Lightweight; the code is smaller than most Flipnote files :P

@@ -29,2 +28,19 @@ ### Demo

### Building
Install dependencies:
```
npm install
```
Build:
```
npm run build
```
Run development server:
```
npm start
```
### Acknowledgments

@@ -31,0 +47,0 @@

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