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

@ampproject/animations

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/animations - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "@ampproject/animations",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript animation functions and helpers.",
"main": "dist/src/animations.js",
"module": "dist/src/animations.mjs",
"main": "dist/animations.js",
"module": "dist/animations.mjs",
"repository": {

@@ -21,3 +21,2 @@ "type": "git",

"create-global": "npm run tsickle && npm run compile",
"demo": "npm run build && http-server | grep -m 1 'http:\\.*' | xargs -I{} opener {}/docs/demo",
"dist": "npm run clean && npm run create-global && npm run create-mjs && npm run create-cjs && npm run build",

@@ -35,3 +34,2 @@ "karma": "karma start --browsers Chrome,Firefox karma.conf.js",

"google-closure-compiler": "^20181008.0.0",
"http-server": "^0.11.1",
"karma": "^3.0.0",

@@ -45,3 +43,2 @@ "karma-chai": "^0.1.0",

"mocha": "^5.2.0",
"opener": "^1.5.1",
"tsickle": "^0.33.0",

@@ -48,0 +45,0 @@ "typescript": "git://github.com/mprobst/TypeScript.git#5456479a4a"

@@ -33,9 +33,1 @@ # Animations

```
### Demos
To build, serve, and open a browser tab with the demos:
```shell
npm run demo
```
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