Socket
Socket
Sign inDemoInstall

anima-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anima-react - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/lib/getCounter.d.ts

1

dist/index.d.ts
export { FadeIn } from './components/FadeIn';
export { getCounter, getIncrementor } from './lib/getCounter';

@@ -12,3 +12,17 @@ "use strict";

});
Object.defineProperty(exports, "getCounter", {
enumerable: true,
get: function get() {
return _getCounter.getCounter;
}
});
Object.defineProperty(exports, "getIncrementor", {
enumerable: true,
get: function get() {
return _getCounter.getIncrementor;
}
});
var _FadeIn = require("./components/FadeIn");
var _FadeIn = require("./components/FadeIn");
var _getCounter = require("./lib/getCounter");

3

package.json
{
"name": "anima-react",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",

@@ -27,3 +27,2 @@ "author": "nmauersberg",

"build": "rm -rf dist && rm -rf js-lib && tsc && NODE_ENV=production babel js-lib/lib --out-dir dist --copy-files",
"publish": "yarn build && npm publish",
"build:webpack": "webpack --mode=production",

@@ -30,0 +29,0 @@ "serve:webpack": "npx serve public"

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