New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

animar

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animar - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

scripts/build.sh

6

package.json
{
"name": "animar",
"version": "0.4.0",
"version": "0.4.1",
"description": "a modern, focused, flexible javascript animation library.",

@@ -30,3 +30,3 @@ "keywords": [

"lint": "jshint **.js",
"build": "webpack && webpack --config webpack.config.minified.js",
"build": "./scripts/build.sh",
"deploy": "npm publish ./ && surge --project ./dist --domain animar.surge.sh",

@@ -36,3 +36,3 @@ "test": "jest",

"prebuild": "npm run clean-dist",
"predeploy": "npm run test && npm run build"
"predeploy": "npm run build"
},

@@ -39,0 +39,0 @@ "jshintConfig": {},

var path = require('path');
var pjson = require('./package.json');
module.exports = {

@@ -11,3 +9,3 @@

path: path.join(__dirname, 'dist'),
filename: 'animar-v' + pjson.version + '.js',
filename: 'animar.js',
library: 'Animar',

@@ -14,0 +12,0 @@ libraryTarget: 'umd'

@@ -5,4 +5,2 @@ var webpack = require('webpack'),

var pjson = require('./package.json');
module.exports = {

@@ -14,3 +12,3 @@

path: path.join(__dirname, 'dist'),
filename: 'animar-v' + pjson.version + '.min.js',
filename: 'animar.min.js',
library: 'Animar',

@@ -17,0 +15,0 @@ libraryTarget: 'umd'

Sorry, the diff of this file is not supported yet

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