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

nimate

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nimate - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

dist/index.d.ts
export { Animate } from './animate';
export { Sequence } from './sequence';
export { Queue } from './queue';
export { easing } from './easing';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.easing = exports.Sequence = exports.Animate = void 0;
exports.easing = exports.Queue = exports.Sequence = exports.Animate = void 0;
var animate_1 = require("./animate");

@@ -8,3 +8,5 @@ Object.defineProperty(exports, "Animate", { enumerable: true, get: function () { return animate_1.Animate; } });

Object.defineProperty(exports, "Sequence", { enumerable: true, get: function () { return sequence_1.Sequence; } });
var queue_1 = require("./queue");
Object.defineProperty(exports, "Queue", { enumerable: true, get: function () { return queue_1.Queue; } });
var easing_1 = require("./easing");
Object.defineProperty(exports, "easing", { enumerable: true, get: function () { return easing_1.easing; } });
{
"name": "nimate",
"version": "1.2.0",
"version": "1.2.1",
"description": "A simple, flexible animation library.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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